COLOR #333399

HEX: #333399
RGB: (51,51,153)

Renk bilgisi

#333399 contains mainly blue color. #333399 color is web safe color. It maybe written shortly as #339.

RGB renk modeli

#333399 color RGB value is (51,51,153).

  • kırmız ton 51;
  • yeşil ton 51;
  • mavi ton 153.
RGB:
(51,51,153)
(20%,20%,60%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 51 of 255 = 20%
B 153 of 255 = 60%

51
51
153

R + G + B ~ 33%. #333399 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 51 + 153 = 255 (100%)
R 51 of 255 ~ 20%
G 51 of 255 ~ 20%
B 153 of 255 ~ 60%

%20
%20
%60

CMYK RENK MODELİ

#333399 rengi CMYK tonu (67,67,0,40).

  • camgöbeği tonu 66.67%
  • eflatun tonu 66.67%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(67,67,0,40)
C67M67Y0K40 
(67%,67%,0%,40%)
(0.67/0.67/0.00/0.40)	

CMYK yüzdeleri

%66.67
%66.67
%0
%40

Codes

Color #333399 in popluar color models

333399
RGB5151153
HSL240°50.00%40.00%
HSB/HSV240°66.67%60.00%
CMYK66.67%66.67%0.00%
40.00%

Color #333399 in popluar number systems.

HEX333399
Decimal5151153
Binary11001111001110011001
Octal6363231

Shades and tints

Shades of #333399

#333399
(51,51,153)
#2F2F8C
(47,47,140)
#2B2B7F
(43,43,127)
#272772
(39,39,114)
#232365
(35,35,101)
#1F1F58
(31,31,88)
#1B1B4B
(27,27,75)
#17173E
(23,23,62)
#131331
(19,19,49)
#0F0F24
(15,15,36)
#0B0B17
(11,11,23)
#000000
(0,0,0)

Tints of #333399

#333399
(51,51,153)
#4545A2
(69,69,162)
#5757AB
(87,87,171)
#6969B4
(105,105,180)
#7B7BBD
(123,123,189)
#8D8DC6
(141,141,198)
#9F9FCF
(159,159,207)
#B1B1D8
(177,177,216)
#C3C3E1
(195,195,225)
#D5D5EA
(213,213,234)
#E7E7F3
(231,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333399 color. Also use rgb(51,51,153) instead hex code.

Text Font Color

.myTextColor { color: #333399; }

<p style="color:#333399">This sample text font color is #333399.</p>

This text font color is #333399.


Background Color

.myBgColor { background-color: #333399; }

<div style="background-color:#333399">Inner text</div>

This div background color is #333399.


Border color

.myBorderColor { border: 1px solid #333399; }

<div style="border:3px solid #333399">Div</div>

This div border color is #333399.


Opacity

.myOpacity80 { color: #333399; opacity: 0.8; }

<p style="color:#333399;opacity:0.8;">80%</p>

Text with #333399 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #333399;}

<p style="text-shadow: 3px 3px 1px #333399">Text here.</p>

This text has shadow with #333399 color.

.textShadow {text-shadow: 3px 3px 1px #333399, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #333399, 5px 5px 20px red">Text here.</p>

This text has shadow with #333399 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#333399, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#333399, Direction=45, Strength=4)">Text</p>

This text has shadow with #333399 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #333399;
  -webkit-box-shadow:	1px 1px 3px 2px #333399;
  box-shadow:		1px 1px 3px 2px #333399;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #333399;
-webkit-box-shadow: 1px 1px 3px 2px #333399;
box-shadow:1px 1px 3px 2px #333399;">
Div content here</div>
This div box has shadow with color #333399.

Preview

Color preview on black background

This text has color #333399 on black background.


Color preview on white background

This text has color #333399 on white background.



Black color preview on #333399 background

This text has black color on #333399 background.


White color preview on #333399 background

This text has white color on #333399 background.