Html Css Color HEX #312B73 Deep Koamaru

📋 copy color: '#312B73'

red 49 ◦ green 43 ◦ blue 115

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

Shades of Deep Koamaru #312B73

Tints of Deep Koamaru #312B73

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.77%

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

R = 23.67%
G = 20.77%
B = 55.56%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#312B73 (or 0x312B73) is known color: Deep Koamaru. HEX triplet: 31, 2B and 73. RGB value is (49,43,115). Sum of RGB (Red+Green+Blue) = 49+43+115=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #312B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B73 is #CED48C. Grayscale: #343434. Windows color (decimal): -13554829 or 7547697. OLE color: 7547697.

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

Color convert

RGB 49 43 115 -
CMYK 0.57 0.63 0 0.55
HSL 245º 0.46% 0.31% -
HSV(B) 245º 0.63% 0.45% -
XYZ 5.23 3.62 16.64 -
YUV 53 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 49 43 115 0.57 0.63 0 0.55 245 0.46 0.31
Hex 31 2B 73 39 3F 0 37 F5 2E 1F
Octal 61 53 163 71 77 0 67 365 56 37
Binary 110001 101011 1110011 111001 111111 0 110111 11110101 101110 11111

Color Harmonies of #312B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B73

Black with #312B73

Text Example


Text Example

White with #312B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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