#33367C

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

Shades of Torea Bay #33367C

Tints of Torea Bay #33367C

Color information

#33367C (or 0x33367C) is unknown color: approx Torea Bay. HEX triplet: 33, 36 and 7C. RGB value is (51,54,124). Sum of RGB (Red+Green+Blue) = 51+54+124=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #33367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367C is #CCC983. Grayscale: #3C3C3C. Windows color (decimal): -13420932 or 8140339. OLE color: 8140339.

HSL color Cylindrical-coordinate representation of color #33367C: hue angle of 237.53º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33367C is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5154124-
CMYK0.590.5600.51
HSL237.53º41.71%34.31%-
HSV(B)237.53º58.87%48.63%-
XYZ6.324.819.66-
YUV61.08163.51120.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 54 (21.48% from 255) = 23.58%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=22.27%
G=23.58%
B=54.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51541240.590.5600.51237.5341.7134.31
Hex33367C3B38033ee2a22
Octal636617473700633565242
Binary1100111101101111100111011111000011001111101110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33367C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33367C; }

 p { color: rgb(51,54,124); }

 H1.HeaderClassName
 {
   color: #33367C;
 }
 .AnyTagClassName
 {
   color: #33367C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #33367C;
 }
 .BgClassName
 {
   background-color: #33367C;
 }
</style>
border-color css

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

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

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