#312B7D

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

Shades of Deep Koamaru #312B7D

Tints of Deep Koamaru #312B7D

Color information

#312B7D (or 0x312B7D) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2B and 7D. RGB value is (49,43,125). Sum of RGB (Red+Green+Blue) = 49+43+125=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #312B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B7D is #CED482. Grayscale: #353535. Windows color (decimal): -13554819 or 8203057. OLE color: 8203057.

HSL color Cylindrical-coordinate representation of color #312B7D: hue angle of 244.39º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312B7D is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4943125-
CMYK0.610.6600.51
HSL244.39º48.81%32.94%-
HSV(B)244.39º65.6%49.02%-
XYZ5.833.8619.84-
YUV54.14167.99124.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=22.58%
G=19.82%
B=57.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49431250.610.6600.51244.3948.8132.94
Hex312B7D3D42033f43121
Octal6153175751020633646141
Binary11000110101111111011111011000010011001111110100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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