#333479

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

Shades of Torea Bay #333479

Tints of Torea Bay #333479

Color information

#333479 (or 0x333479) is unknown color: approx Torea Bay. HEX triplet: 33, 34 and 79. RGB value is (51,52,121). Sum of RGB (Red+Green+Blue) = 51+52+121=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #333479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333479 is #CCCB86. Grayscale: #3B3B3B. Windows color (decimal): -13421447 or 7943219. OLE color: 7943219.

HSL color Cylindrical-coordinate representation of color #333479: hue angle of 239.14º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #333479 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5152121-
CMYK0.580.5700.53
HSL239.14º40.7%33.73%-
HSV(B)239.14º57.85%47.45%-
XYZ6.044.5418.65-
YUV59.57162.67121.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.77%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=22.77%
G=23.21%
B=54.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51521210.580.5700.53239.1440.733.73
Hex3334793A39035ef2922
Octal636417172710653575142
Binary1100111101001111001111010111001011010111101111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333479; }

 p { color: rgb(51,52,121); }

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

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

 a { background-color: rgb(51,52,121); }

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

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

 span { border-color: rgb(51,52,121); }

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