#313471

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

Shades of Deep Koamaru #313471

Tints of Deep Koamaru #313471

Color information

#313471 (or 0x313471) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 71. RGB value is (49,52,113). Sum of RGB (Red+Green+Blue) = 49+52+113=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #313471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313471 is #CECB8E. Grayscale: #393939. Windows color (decimal): -13552527 or 7418929. OLE color: 7418929.

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

Color convert

RGB4952113-
CMYK0.570.5400.56
HSL237.19º39.51%31.76%-
HSV(B)237.19º56.64%44.31%-
XYZ5.484.316.16-
YUV58.06159.01121.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=22.90%
G=24.30%
B=52.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49521130.570.5400.56237.1939.5131.76
Hex3134713936038ed2820
Octal616416171660703555040
Binary1100011101001110001111001110110011100011101101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313471; }

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

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

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

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

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

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

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

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