Html Css Color HEX #36316D Deep Koamaru

📋 copy color: '#36316D'

red 54 ◦ green 49 ◦ blue 109

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

Shades of Deep Koamaru #36316D

Tints of Deep Koamaru #36316D

RGB

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

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

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

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

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36316D (or 0x36316D) is known color: Deep Koamaru. HEX triplet: 36, 31 and 6D. RGB value is (54,49,109). Sum of RGB (Red+Green+Blue) = 54+49+109=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 49 (19.53% from 255 or 23.11% 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 #36316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36316D is #C9CE92. Grayscale: #393939. Windows color (decimal): -13225619 or 7156022. OLE color: 7156022.

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

Color convert

RGB 54 49 109 -
CMYK 0.50 0.55 0 0.57
HSL 245º 0.38% 0.31% -
HSV(B) 245º 0.55% 0.43% -
XYZ 5.38 4.09 14.97 -
YUV 57.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 54 49 109 0.50 0.55 0 0.57 245 0.38 0.31
Hex 36 31 6D 32 37 0 39 F5 26 1F
Octal 66 61 155 62 67 0 71 365 46 37
Binary 110110 110001 1101101 110010 110111 0 111001 11110101 100110 11111

Color Harmonies of #36316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36316D

Black with #36316D

Text Example


Text Example

White with #36316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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