#333370

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

Shades of Deep Koamaru #333370

Tints of Deep Koamaru #333370

Color information

#333370 (or 0x333370) is unknown color: approx Deep Koamaru. HEX triplet: 33, 33 and 70. RGB value is (51,51,112). Sum of RGB (Red+Green+Blue) = 51+51+112=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #333370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333370 is #CCCC8F. Grayscale: #393939. Windows color (decimal): -13421712 or 7353139. OLE color: 7353139.

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

Color convert

RGB5151112-
CMYK0.540.5400.56
HSL240º37.42%31.96%-
HSV(B)240º54.46%43.92%-
XYZ5.474.2415.86-
YUV57.95158.5123.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 112 (44.14% from 255) = 52.34%
R=23.83%
G=23.83%
B=52.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51511120.540.5400.5624037.4231.96
Hex3333703636038f02520
Octal636316066660703604540
Binary1100111100111110000110110110110011100011110000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333370; }

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

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

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

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

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

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

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

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