#313370

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

Shades of Deep Koamaru #313370

Tints of Deep Koamaru #313370

Color information

#313370 (or 0x313370) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 70. RGB value is (49,51,112). Sum of RGB (Red+Green+Blue) = 49+51+112=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #313370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313370 is #CECC8F. Grayscale: #393939. Windows color (decimal): -13552784 or 7353137. OLE color: 7353137.

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

Color convert

RGB4951112-
CMYK0.560.5400.56
HSL238.1º39.13%31.57%-
HSV(B)238.1º56.25%43.92%-
XYZ5.384.1915.85-
YUV57.36158.84122.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=23.11%
G=24.06%
B=52.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49511120.560.5400.56238.139.1331.57
Hex3133703836038ee2720
Octal616316070660703564740
Binary1100011100111110000111000110110011100011101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313370; }

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

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

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

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

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

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

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

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