Html Css Color HEX #312E73 Deep Koamaru

📋 copy color: '#312E73'

red 49 ◦ green 46 ◦ blue 115

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

Shades of Deep Koamaru #312E73

Tints of Deep Koamaru #312E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 23.33%
G = 21.9%
B = 54.76%

CMYK

 C value IS 0.57

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312E73 (or 0x312E73) is known color: Deep Koamaru. HEX triplet: 31, 2E and 73. RGB value is (49,46,115). Sum of RGB (Red+Green+Blue) = 49+46+115=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #312E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E73 is #CED18C. Grayscale: #363636. Windows color (decimal): -13554061 or 7548465. OLE color: 7548465.

HSL color Cylindrical-coordinate representation of color #312E73: hue angle of 242.61º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #312E73 is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 46 115 -
CMYK 0.57 0.6 0 0.55
HSL 242.61º 0.43% 0.32% -
HSV(B) 242.61º 0.6% 0.45% -
XYZ 5.34 3.84 16.68 -
YUV 54.76 161.99 123.89 -
System Red Green Blue C M Y K H S L
Decimal 49 46 115 0.57 0.6 0 0.55 242.61 0.43 0.32
Hex 31 2E 73 39 3C 0 37 F3 2B 20
Octal 61 56 163 71 74 0 67 363 53 40
Binary 110001 101110 1110011 111001 111100 0 110111 11110011 101011 100000

Color Harmonies of #312E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E73

Black with #312E73

Text Example


Text Example

White with #312E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,46,115); }

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

background-color css

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

 a { background-color: rgb(49,46,115); }

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

border-color css

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

 span { border-color: rgb(49,46,115); }

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