Html Css Color HEX #312F76 Deep Koamaru

📋 copy color: '#312F76'

red 49 ◦ green 47 ◦ blue 118

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

Shades of Deep Koamaru #312F76

Tints of Deep Koamaru #312F76

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.96%

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

R = 22.9%
G = 21.96%
B = 55.14%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312F76 (or 0x312F76) is known color: Deep Koamaru. HEX triplet: 31, 2F and 76. RGB value is (49,47,118). Sum of RGB (Red+Green+Blue) = 49+47+118=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #312F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312F76 is #CED089. Grayscale: #373737. Windows color (decimal): -13553802 or 7745329. OLE color: 7745329.

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

Color convert

RGB 49 47 118 -
CMYK 0.58 0.60 0 0.54
HSL 241.69º 0.43% 0.32% -
HSV(B) 241.69º 0.6% 0.46% -
XYZ 5.55 3.99 17.62 -
YUV 55.69 163.16 123.23 -
System Red Green Blue C M Y K H S L
Decimal 49 47 118 0.58 0.60 0 0.54 241.69 0.43 0.32
Hex 31 2F 76 3A 3C 0 36 F2 2B 20
Octal 61 57 166 72 74 0 66 362 53 40
Binary 110001 101111 1110110 111010 111100 0 110110 11110010 101011 100000

Color Harmonies of #312F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F76

Black with #312F76

Text Example


Text Example

White with #312F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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