#312B78

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

Shades of Deep Koamaru #312B78

Tints of Deep Koamaru #312B78

Color information

#312B78 (or 0x312B78) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2B and 78. RGB value is (49,43,120). Sum of RGB (Red+Green+Blue) = 49+43+120=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #312B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B78 is #CED487. Grayscale: #353535. Windows color (decimal): -13554824 or 7875377. OLE color: 7875377.

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

Color convert

RGB4943120-
CMYK0.590.6400.53
HSL244.68º47.24%31.96%-
HSV(B)244.68º64.17%47.06%-
XYZ5.523.7418.2-
YUV53.57165.49124.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=23.11%
G=20.28%
B=56.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49431200.590.6400.53244.6847.2431.96
Hex312B783B40035f52f20
Octal6153170731000653655740
Binary11000110101111110001110111000000011010111110101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,43,120); }

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

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

 a { background-color: rgb(49,43,120); }

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

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

 span { border-color: rgb(49,43,120); }

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