#333478

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

Shades of Torea Bay #333478

Tints of Torea Bay #333478

Color information

#333478 (or 0x333478) is unknown color: approx Torea Bay. HEX triplet: 33, 34 and 78. RGB value is (51,52,120). Sum of RGB (Red+Green+Blue) = 51+52+120=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #333478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333478 is #CCCB87. Grayscale: #3B3B3B. Windows color (decimal): -13421448 or 7877683. OLE color: 7877683.

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

Color convert

RGB5152120-
CMYK0.580.5700.53
HSL239.13º40.35%33.53%-
HSV(B)239.13º57.5%47.06%-
XYZ5.984.5218.33-
YUV59.45162.17121.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=22.87%
G=23.32%
B=53.81%

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
Decimal51521200.580.5700.53239.1340.3533.53
Hex3334783A39035ef2822
Octal636417072710653575042
Binary1100111101001111000111010111001011010111101111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333478; }

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

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

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

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

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

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

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

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