#333870

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

Shades of Torea Bay #333870

Tints of Torea Bay #333870

Color information

#333870 (or 0x333870) is unknown color: approx Torea Bay. HEX triplet: 33, 38 and 70. RGB value is (51,56,112). Sum of RGB (Red+Green+Blue) = 51+56+112=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #333870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333870 is #CCC78F. Grayscale: #3C3C3C. Windows color (decimal): -13420432 or 7354419. OLE color: 7354419.

HSL color Cylindrical-coordinate representation of color #333870: hue angle of 235.08º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #333870 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5156112-
CMYK0.540.5000.56
HSL235.08º37.42%31.96%-
HSV(B)235.08º54.46%43.92%-
XYZ5.74.715.94-
YUV60.89156.84120.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.29%
GREEN value IS 56 (22.27% from 255) = 25.57%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=23.29%
G=25.57%
B=51.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51561120.540.5000.56235.0837.4231.96
Hex3338703632038eb2520
Octal637016066620703534540
Binary1100111110001110000110110110010011100011101011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333870; }

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

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

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

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

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

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

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

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