#312F78

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

Shades of Deep Koamaru #312F78

Tints of Deep Koamaru #312F78

Color information

#312F78 (or 0x312F78) is unknown color: approx Deep Koamaru. HEX triplet: 31, 2F and 78. RGB value is (49,47,120). Sum of RGB (Red+Green+Blue) = 49+47+120=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #312F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F78 is #CED087. Grayscale: #373737. Windows color (decimal): -13553800 or 7876401. OLE color: 7876401.

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

Color convert

RGB4947120-
CMYK0.590.6100.53
HSL241.64º43.71%32.75%-
HSV(B)241.64º60.83%47.06%-
XYZ5.674.0418.25-
YUV55.92164.16123.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 47 (18.75% from 255) = 21.76%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=22.69%
G=21.76%
B=55.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49471200.590.6100.53241.6443.7132.75
Hex312F783B3D035f22c21
Octal615717073750653625441
Binary1100011011111111000111011111101011010111110010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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