Html Css Color HEX #312F78 Deep Koamaru

📋 copy color: '#312F78'

red 49 ◦ green 47 ◦ blue 120

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

Shades of Deep Koamaru #312F78

Tints of Deep Koamaru #312F78

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 value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#312F78 (or 0x312F78) is known color: 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

RGB 49 47 120 -
CMYK 0.59 0.61 0 0.53
HSL 241.64º 0.44% 0.33% -
HSV(B) 241.64º 0.61% 0.47% -
XYZ 5.67 4.04 18.25 -
YUV 55.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 49 47 120 0.59 0.61 0 0.53 241.64 0.44 0.33
Hex 31 2F 78 3B 3D 0 35 F2 2C 21
Octal 61 57 170 73 75 0 65 362 54 41
Binary 110001 101111 1111000 111011 111101 0 110101 11110010 101100 100001

Color Harmonies of #312F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312F78

Black with #312F78

Text Example


Text Example

White with #312F78

Text Example


Text Example

HTML Codes & Css Web 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>