Html Css Color HEX #333C78 Torea Bay

📋 copy color: '#333C78'

red 51 ◦ green 60 ◦ blue 120

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

Shades of Torea Bay #333C78

Tints of Torea Bay #333C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 22.08%
G = 25.97%
B = 51.95%

CMYK

 C value IS 0.58

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#333C78 (or 0x333C78) is known color: Torea Bay. HEX triplet: 33, 3C and 78. RGB value is (51,60,120). Sum of RGB (Red+Green+Blue) = 51+60+120=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #333C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C78 is #CCC387. Grayscale: #3F3F3F. Windows color (decimal): -13419400 or 7879731. OLE color: 7879731.

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

Color convert

RGB 51 60 120 -
CMYK 0.58 0.5 0 0.53
HSL 232.17º 0.4% 0.34% -
HSV(B) 232.17º 0.58% 0.47% -
XYZ 6.37 5.29 18.45 -
YUV 64.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 51 60 120 0.58 0.5 0 0.53 232.17 0.4 0.34
Hex 33 3C 78 3A 32 0 35 E8 28 22
Octal 63 74 170 72 62 0 65 350 50 42
Binary 110011 111100 1111000 111010 110010 0 110101 11101000 101000 100010

Color Harmonies of #333C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C78

Black with #333C78

Text Example


Text Example

White with #333C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333C78; }

 p { color: rgb(51,60,120); }

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

background-color css

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

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

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

border-color css

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

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

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