#313470

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

Shades of Deep Koamaru #313470

Tints of Deep Koamaru #313470

Color information

#313470 (or 0x313470) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 70. RGB value is (49,52,112). Sum of RGB (Red+Green+Blue) = 49+52+112=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #313470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313470 is #CECB8F. Grayscale: #393939. Windows color (decimal): -13552528 or 7353393. OLE color: 7353393.

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

Color convert

RGB4952112-
CMYK0.560.5400.56
HSL237.14º39.13%31.57%-
HSV(B)237.14º56.25%43.92%-
XYZ5.424.2815.87-
YUV57.94158.51121.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=23.00%
G=24.41%
B=52.58%

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
Decimal49521120.560.5400.56237.1439.1331.57
Hex3134703836038ed2720
Octal616416070660703554740
Binary1100011101001110000111000110110011100011101101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313470; }

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

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

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

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

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

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

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

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