Html Css Color HEX #312C76 Deep Koamaru

📋 copy color: '#312C76'

red 49 ◦ green 44 ◦ blue 118

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

Shades of Deep Koamaru #312C76

Tints of Deep Koamaru #312C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 23.22%
G = 20.85%
B = 55.92%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312C76 (or 0x312C76) is known color: Deep Koamaru. HEX triplet: 31, 2C and 76. RGB value is (49,44,118). Sum of RGB (Red+Green+Blue) = 49+44+118=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #312C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C76 is #CED389. Grayscale: #353535. Windows color (decimal): -13554570 or 7744561. OLE color: 7744561.

HSL color Cylindrical-coordinate representation of color #312C76: hue angle of 244.05º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312C76 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 44 118 -
CMYK 0.58 0.63 0 0.54
HSL 244.05º 0.46% 0.32% -
HSV(B) 244.05º 0.63% 0.46% -
XYZ 5.44 3.76 17.58 -
YUV 53.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 49 44 118 0.58 0.63 0 0.54 244.05 0.46 0.32
Hex 31 2C 76 3A 3F 0 36 F4 2E 20
Octal 61 54 166 72 77 0 66 364 56 40
Binary 110001 101100 1110110 111010 111111 0 110110 11110100 101110 100000

Color Harmonies of #312C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C76

Black with #312C76

Text Example


Text Example

White with #312C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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