Html Css Color HEX #312B6D Deep Koamaru

📋 copy color: '#312B6D'

red 49 ◦ green 43 ◦ blue 109

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

Shades of Deep Koamaru #312B6D

Tints of Deep Koamaru #312B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 54.23%

R = 24.38%
G = 21.39%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#312B6D (or 0x312B6D) is known color: Deep Koamaru. HEX triplet: 31, 2B and 6D. RGB value is (49,43,109). Sum of RGB (Red+Green+Blue) = 49+43+109=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #312B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B6D is #CED492. Grayscale: #343434. Windows color (decimal): -13554835 or 7154481. OLE color: 7154481.

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

Color convert

RGB 49 43 109 -
CMYK 0.55 0.61 0 0.57
HSL 245.45º 0.43% 0.3% -
HSV(B) 245.45º 0.61% 0.43% -
XYZ 4.89 3.48 14.88 -
YUV 52.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 49 43 109 0.55 0.61 0 0.57 245.45 0.43 0.3
Hex 31 2B 6D 37 3D 0 39 F5 2B 1E
Octal 61 53 155 67 75 0 71 365 53 36
Binary 110001 101011 1101101 110111 111101 0 111001 11110101 101011 11110

Color Harmonies of #312B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B6D

Black with #312B6D

Text Example


Text Example

White with #312B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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