Html Css Color HEX #312C70 Deep Koamaru

📋 copy color: '#312C70'

red 49 ◦ green 44 ◦ blue 112

#312C70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #312C70

Tints of Deep Koamaru #312C70

RGB

 RED value IS 49 (19.53% from 255) = 23.9%

 GREEN value IS 44 (17.58% from 255) = 21.46%

 BLUE value IS 112 (44.14% from 255) = 54.63%

R = 23.9%
G = 21.46%
B = 54.63%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#312C70 (or 0x312C70) is known color: Deep Koamaru. HEX triplet: 31, 2C and 70. RGB value is (49,44,112). Sum of RGB (Red+Green+Blue) = 49+44+112=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #312C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C70 is #CED38F. Grayscale: #343434. Windows color (decimal): -13554576 or 7351345. OLE color: 7351345.

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

Color convert

RGB 49 44 112 -
CMYK 0.56 0.61 0 0.56
HSL 244.41º 0.44% 0.31% -
HSV(B) 244.41º 0.61% 0.44% -
XYZ 5.09 3.62 15.76 -
YUV 53.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 49 44 112 0.56 0.61 0 0.56 244.41 0.44 0.31
Hex 31 2C 70 38 3D 0 38 F4 2C 1F
Octal 61 54 160 70 75 0 70 364 54 37
Binary 110001 101100 1110000 111000 111101 0 111000 11110100 101100 11111

Color Harmonies of #312C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C70

Black with #312C70

Text Example


Text Example

White with #312C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,44,112); }

 H1.HeaderClassName
 {
   color: #312C70;
 }
 .AnyTagClassName
 {
   color: #312C70;
 }
</style>

background-color css

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

 a { background-color: rgb(49,44,112); }

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

border-color css

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

 span { border-color: rgb(49,44,112); }

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