#33387C

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

Shades of Torea Bay #33387C

Tints of Torea Bay #33387C

Color information

#33387C (or 0x33387C) is unknown color: approx Torea Bay. HEX triplet: 33, 38 and 7C. RGB value is (51,56,124). Sum of RGB (Red+Green+Blue) = 51+56+124=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #33387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33387C is #CCC783. Grayscale: #3D3D3D. Windows color (decimal): -13420420 or 8140851. OLE color: 8140851.

HSL color Cylindrical-coordinate representation of color #33387C: hue angle of 235.89º 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 #33387C is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5156124-
CMYK0.590.5500.51
HSL235.89º41.71%34.31%-
HSV(B)235.89º58.87%48.63%-
XYZ6.424.9919.69-
YUV62.26162.84119.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.08%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=22.08%
G=24.24%
B=53.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51561240.590.5500.51235.8941.7134.31
Hex33387C3B37033ec2a22
Octal637017473670633545242
Binary1100111110001111100111011110111011001111101100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33387C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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