Html Css Color HEX #36316A Deep Koamaru

📋 copy color: '#36316A'

red 54 ◦ green 49 ◦ blue 106

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

Shades of Deep Koamaru #36316A

Tints of Deep Koamaru #36316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 50.72%

R = 25.84%
G = 23.44%
B = 50.72%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36316A (or 0x36316A) is known color: Deep Koamaru. HEX triplet: 36, 31 and 6A. RGB value is (54,49,106). Sum of RGB (Red+Green+Blue) = 54+49+106=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #36316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36316A is #C9CE95. Grayscale: #383838. Windows color (decimal): -13225622 or 6959414. OLE color: 6959414.

HSL color Cylindrical-coordinate representation of color #36316A: hue angle of 245.26º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36316A is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 49 106 -
CMYK 0.49 0.54 0 0.58
HSL 245.26º 0.37% 0.3% -
HSV(B) 245.26º 0.54% 0.42% -
XYZ 5.22 4.02 14.14 -
YUV 56.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 54 49 106 0.49 0.54 0 0.58 245.26 0.37 0.3
Hex 36 31 6A 31 36 0 3A F5 25 1E
Octal 66 61 152 61 66 0 72 365 45 36
Binary 110110 110001 1101010 110001 110110 0 111010 11110101 100101 11110

Color Harmonies of #36316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36316A

Black with #36316A

Text Example


Text Example

White with #36316A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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