#312E64

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

Shades of Deep Koamaru #312E64

Tints of Deep Koamaru #312E64

Color information

#312E64 (or 0x312E64) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2E and 64. RGB value is (49,46,100). Sum of RGB (Red+Green+Blue) = 49+46+100=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #312E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E64 is #CED19B. Grayscale: #343434. Windows color (decimal): -13554076 or 6565425. OLE color: 6565425.

HSL color Cylindrical-coordinate representation of color #312E64: hue angle of 243.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #312E64 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4946100-
CMYK0.510.5400.61
HSL243.33º36.99%28.63%-
HSV(B)243.33º54%39.22%-
XYZ4.543.5312.5-
YUV53.05154.49125.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 100 (39.45% from 255) = 51.28%
R=25.13%
G=23.59%
B=51.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49461000.510.5400.61243.3336.9928.63
Hex312E64333603Df3251d
Octal615614463660753634535
Binary110001101110110010011001111011001111011111001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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