Html Css Color HEX #333377 Torea Bay

📋 copy color: '#333377'

red 51 ◦ green 51 ◦ blue 119

#333377
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #333377

Tints of Torea Bay #333377

RGB

 RED value IS 51 (20.31% from 255) = 23.08%

 GREEN value IS 51 (20.31% from 255) = 23.08%

 BLUE value IS 119 (46.88% from 255) = 53.85%

R = 23.08%
G = 23.08%
B = 53.85%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#333377 (or 0x333377) is known color: Torea Bay. HEX triplet: 33, 33 and 77. RGB value is (51,51,119). Sum of RGB (Red+Green+Blue) = 51+51+119=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #333377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333377 is #CCCC88. Grayscale: #3A3A3A. Windows color (decimal): -13421705 or 7811891. OLE color: 7811891.

HSL color Cylindrical-coordinate representation of color #333377: hue angle of 240º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333377 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 51 119 -
CMYK 0.57 0.57 0 0.53
HSL 240º 0.4% 0.33% -
HSV(B) 240º 0.57% 0.47% -
XYZ 5.88 4.4 17.99 -
YUV 58.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 51 51 119 0.57 0.57 0 0.53 240 0.4 0.33
Hex 33 33 77 39 39 0 35 F0 28 21
Octal 63 63 167 71 71 0 65 360 50 41
Binary 110011 110011 1110111 111001 111001 0 110101 11110000 101000 100001

Color Harmonies of #333377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333377

Black with #333377

Text Example


Text Example

White with #333377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333377; }

 p { color: rgb(51,51,119); }

 H1.HeaderClassName
 {
   color: #333377;
 }
 .AnyTagClassName
 {
   color: #333377;
 }
</style>

background-color css

<style>
 a { background-color: #333377; }

 a { background-color: rgb(51,51,119); }

 div.DivClassName
 {
   background-color: #333377;
 }
 .BgClassName
 {
   background-color: #333377;
 }
</style>

border-color css

<style>
 span { border-color: #333377; }

 span { border-color: rgb(51,51,119); }

 td.TdClassName
 {
   border-color: #333377;
 }
 .TagClassName
 {
   border-color: #333377;
 }
</style>