#312E71

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

Shades of Deep Koamaru #312E71

Tints of Deep Koamaru #312E71

Color information

#312E71 (or 0x312E71) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2E and 71. RGB value is (49,46,113). Sum of RGB (Red+Green+Blue) = 49+46+113=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #312E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E71 is #CED18E. Grayscale: #363636. Windows color (decimal): -13554063 or 7417393. OLE color: 7417393.

HSL color Cylindrical-coordinate representation of color #312E71: hue angle of 242.69º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #312E71 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4946113-
CMYK0.570.5900.56
HSL242.69º42.14%31.18%-
HSV(B)242.69º59.29%44.31%-
XYZ5.223.816.08-
YUV54.54160.99124.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 113 (44.53% from 255) = 54.33%
R=23.56%
G=22.12%
B=54.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49461130.570.5900.56242.6942.1431.18
Hex312E71393B038f32a1f
Octal615616171730703635237
Binary110001101110111000111100111101101110001111001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E71; }

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

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

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

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

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

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

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

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