#33367B

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

Shades of Torea Bay #33367B

Tints of Torea Bay #33367B

Color information

#33367B (or 0x33367B) is unknown color: approx Torea Bay. HEX triplet: 33, 36 and 7B. RGB value is (51,54,123). Sum of RGB (Red+Green+Blue) = 51+54+123=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #33367B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33367B is #CCC984. Grayscale: #3C3C3C. Windows color (decimal): -13420933 or 8074803. OLE color: 8074803.

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

Color convert

RGB5154123-
CMYK0.590.5600.52
HSL237.5º41.38%34.12%-
HSV(B)237.5º58.54%48.24%-
XYZ6.264.7719.33-
YUV60.97163.01120.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.37%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=22.37%
G=23.68%
B=53.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51541230.590.5600.52237.541.3834.12
Hex33367B3B38034ee2922
Octal636617373700643565142
Binary1100111101101111011111011111000011010011101110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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