#333772

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

Shades of Torea Bay #333772

Tints of Torea Bay #333772

Color information

#333772 (or 0x333772) is unknown color: approx Torea Bay. HEX triplet: 33, 37 and 72. RGB value is (51,55,114). Sum of RGB (Red+Green+Blue) = 51+55+114=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #333772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333772 is #CCC88D. Grayscale: #3C3C3C. Windows color (decimal): -13420686 or 7485235. OLE color: 7485235.

HSL color Cylindrical-coordinate representation of color #333772: hue angle of 236.19º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #333772 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5155114-
CMYK0.550.5200.55
HSL236.19º38.18%32.35%-
HSV(B)236.19º55.26%44.71%-
XYZ5.774.6516.51-
YUV60.53158.17121.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 55 (21.88% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=23.18%
G=25%
B=51.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51551140.550.5200.55236.1938.1832.35
Hex3337723734037ec2620
Octal636716267640673544640
Binary1100111101111110010110111110100011011111101100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333772; }

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

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

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

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

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

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

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

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