#333776

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

Shades of Torea Bay #333776

Tints of Torea Bay #333776

Color information

#333776 (or 0x333776) is unknown color: approx Torea Bay. HEX triplet: 33, 37 and 76. RGB value is (51,55,118). Sum of RGB (Red+Green+Blue) = 51+55+118=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #333776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333776 is #CCC889. Grayscale: #3C3C3C. Windows color (decimal): -13420682 or 7747379. OLE color: 7747379.

HSL color Cylindrical-coordinate representation of color #333776: hue angle of 236.42º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333776 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5155118-
CMYK0.570.5300.54
HSL236.42º39.64%33.14%-
HSV(B)236.42º56.78%46.27%-
XYZ64.7417.74-
YUV60.99160.17120.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=22.77%
G=24.55%
B=52.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51551180.570.5300.54236.4239.6433.14
Hex3337763935036ec2821
Octal636716671650663545041
Binary1100111101111110110111001110101011011011101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333776; }

 p { color: rgb(51,55,118); }

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

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

 a { background-color: rgb(51,55,118); }

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

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

 span { border-color: rgb(51,55,118); }

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