Html Css Color HEX #31366D Deep Koamaru

📋 copy color: '#31366D'

red 49 ◦ green 54 ◦ blue 109

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

Shades of Deep Koamaru #31366D

Tints of Deep Koamaru #31366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.47%

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

R = 23.11%
G = 25.47%
B = 51.42%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31366D (or 0x31366D) is known color: Deep Koamaru. HEX triplet: 31, 36 and 6D. RGB value is (49,54,109). Sum of RGB (Red+Green+Blue) = 49+54+109=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #31366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31366D is #CEC992. Grayscale: #3A3A3A. Windows color (decimal): -13552019 or 7157297. OLE color: 7157297.

HSL color Cylindrical-coordinate representation of color #31366D: hue angle of 235º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31366D is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 54 109 -
CMYK 0.55 0.50 0 0.57
HSL 235º 0.38% 0.31% -
HSV(B) 235º 0.55% 0.43% -
XYZ 5.35 4.4 15.03 -
YUV 58.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 49 54 109 0.55 0.50 0 0.57 235 0.38 0.31
Hex 31 36 6D 37 32 0 39 EB 26 1F
Octal 61 66 155 67 62 0 71 353 46 37
Binary 110001 110110 1101101 110111 110010 0 111001 11101011 100110 11111

Color Harmonies of #31366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31366D

Black with #31366D

Text Example


Text Example

White with #31366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31366D; }

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

 H1.HeaderClassName
 {
   color: #31366D;
 }
 .AnyTagClassName
 {
   color: #31366D;
 }
</style>

background-color css

<style>
 a { background-color: #31366D; }

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

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

border-color css

<style>
 span { border-color: #31366D; }

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

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