Html Css Color HEX #31366E Deep Koamaru

📋 copy color: '#31366E'

red 49 ◦ green 54 ◦ blue 110

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

Shades of Deep Koamaru #31366E

Tints of Deep Koamaru #31366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 23%
G = 25.35%
B = 51.64%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#31366E (or 0x31366E) is known color: Deep Koamaru. HEX triplet: 31, 36 and 6E. RGB value is (49,54,110). Sum of RGB (Red+Green+Blue) = 49+54+110=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #31366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31366E is #CEC991. Grayscale: #3A3A3A. Windows color (decimal): -13552018 or 7222833. OLE color: 7222833.

HSL color Cylindrical-coordinate representation of color #31366E: hue angle of 235.08º 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 #31366E is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 54 110 -
CMYK 0.55 0.51 0 0.57
HSL 235.08º 0.38% 0.31% -
HSV(B) 235.08º 0.55% 0.43% -
XYZ 5.4 4.42 15.32 -
YUV 58.89 156.84 120.95 -
System Red Green Blue C M Y K H S L
Decimal 49 54 110 0.55 0.51 0 0.57 235.08 0.38 0.31
Hex 31 36 6E 37 33 0 39 EB 26 1F
Octal 61 66 156 67 63 0 71 353 46 37
Binary 110001 110110 1101110 110111 110011 0 111001 11101011 100110 11111

Color Harmonies of #31366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31366E

Black with #31366E

Text Example


Text Example

White with #31366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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