#312E75

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

Shades of Deep Koamaru #312E75

Tints of Deep Koamaru #312E75

Color information

#312E75 (or 0x312E75) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2E and 75. RGB value is (49,46,117). Sum of RGB (Red+Green+Blue) = 49+46+117=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #312E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E75 is #CED18A. Grayscale: #363636. Windows color (decimal): -13554059 or 7679537. OLE color: 7679537.

HSL color Cylindrical-coordinate representation of color #312E75: hue angle of 242.54º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #312E75 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4946117-
CMYK0.580.6100.54
HSL242.54º43.56%31.96%-
HSV(B)242.54º60.68%45.88%-
XYZ5.453.8917.29-
YUV54.99162.99123.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=23.11%
G=21.70%
B=55.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49461170.580.6100.54242.5443.5631.96
Hex312E753A3D036f32c20
Octal615616572750663635440
Binary1100011011101110101111010111101011011011110011101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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