#312D77

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

Shades of Deep Koamaru #312D77

Tints of Deep Koamaru #312D77

Color information

#312D77 (or 0x312D77) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2D and 77. RGB value is (49,45,119). Sum of RGB (Red+Green+Blue) = 49+45+119=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #312D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312D77 is #CED288. Grayscale: #363636. Windows color (decimal): -13554313 or 7810353. OLE color: 7810353.

HSL color Cylindrical-coordinate representation of color #312D77: hue angle of 243.24º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312D77 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4945119-
CMYK0.590.6200.53
HSL243.24º45.12%32.16%-
HSV(B)243.24º62.18%46.67%-
XYZ5.533.8617.91-
YUV54.63164.33123.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 119 (46.88% from 255) = 55.87%
R=23.00%
G=21.13%
B=55.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49451190.590.6200.53243.2445.1232.16
Hex312D773B3E035f32d20
Octal615516773760653635540
Binary1100011011011110111111011111110011010111110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,45,119); }

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

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

 a { background-color: rgb(49,45,119); }

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

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

 span { border-color: rgb(49,45,119); }

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