#313270

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

Shades of Deep Koamaru #313270

Tints of Deep Koamaru #313270

Color information

#313270 (or 0x313270) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 70. RGB value is (49,50,112). Sum of RGB (Red+Green+Blue) = 49+50+112=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #313270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313270 is #CECD8F. Grayscale: #383838. Windows color (decimal): -13553040 or 7352881. OLE color: 7352881.

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

Color convert

RGB4950112-
CMYK0.560.5500.56
HSL239.05º39.13%31.57%-
HSV(B)239.05º56.25%43.92%-
XYZ5.334.115.84-
YUV56.77159.17122.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=23.22%
G=23.70%
B=53.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49501120.560.5500.56239.0539.1331.57
Hex3132703837038ef2720
Octal616216070670703574740
Binary1100011100101110000111000110111011100011101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313270; }

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

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

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

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

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

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

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

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