#333570

Color #333570 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #333570

Tints of Deep Koamaru #333570

Color information

#333570 (or 0x333570) is unknown color: approx Deep Koamaru. HEX triplet: 33, 35 and 70. RGB value is (51,53,112). Sum of RGB (Red+Green+Blue) = 51+53+112=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #333570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333570 is #CCCA8F. Grayscale: #3A3A3A. Windows color (decimal): -13421200 or 7353651. OLE color: 7353651.

HSL color Cylindrical-coordinate representation of color #333570: hue angle of 238.03º 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 #333570 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5153112-
CMYK0.540.5300.56
HSL238.03º37.42%31.96%-
HSV(B)238.03º54.46%43.92%-
XYZ5.564.4215.89-
YUV59.13157.84122.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 53 (21.09% from 255) = 24.54%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=23.61%
G=24.54%
B=51.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51531120.540.5300.56238.0337.4231.96
Hex3335703635038ee2520
Octal636516066650703564540
Binary1100111101011110000110110110101011100011101110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333570; }

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

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

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

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

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

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

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

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