#333C78

Color #333C78 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #333C78

Tints of Torea Bay #333C78

Color information

#333C78 (or 0x333C78) is unknown color: approx 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

RGB5160120-
CMYK0.580.500.53
HSL232.17º40.35%33.53%-
HSV(B)232.17º57.5%47.06%-
XYZ6.375.2918.45-
YUV64.15159.52118.62-

RGB Variations

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

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 (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51601200.580.500.53232.1740.3533.53
Hex333C783A32035e82822
Octal637417072620653505042
Binary1100111111001111000111010110010011010111101000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>