Html Css Color HEX #36325E Deep Koamaru

📋 copy color: '#36325E'

red 54 ◦ green 50 ◦ blue 94

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

Shades of Deep Koamaru #36325E

Tints of Deep Koamaru #36325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 94 (37.11% from 255) = 47.47%

R = 27.27%
G = 25.25%
B = 47.47%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36325E (or 0x36325E) is known color: Deep Koamaru. HEX triplet: 36, 32 and 5E. RGB value is (54,50,94). Sum of RGB (Red+Green+Blue) = 54+50+94=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 94 (37.11% from 255 or 47.47% from 198); Max value from RGB is 94 - color contains mainly: blue. Hex color #36325E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325E is #C9CDA1. Grayscale: #383838. Windows color (decimal): -13225378 or 6173238. OLE color: 6173238.

HSL color Cylindrical-coordinate representation of color #36325E: hue angle of 245.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36325E is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 50 94 -
CMYK 0.43 0.47 0 0.63
HSL 245.45º 0.31% 0.28% -
HSV(B) 245.45º 0.47% 0.37% -
XYZ 4.68 3.87 11.09 -
YUV 56.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 54 50 94 0.43 0.47 0 0.63 245.45 0.31 0.28
Hex 36 32 5E 2B 2F 0 3F F5 1F 1C
Octal 66 62 136 53 57 0 77 365 37 34
Binary 110110 110010 1011110 101011 101111 0 111111 11110101 11111 11100

Color Harmonies of #36325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36325E

Black with #36325E

Text Example


Text Example

White with #36325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,50,94); }

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

background-color css

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

 a { background-color: rgb(54,50,94); }

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

border-color css

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

 span { border-color: rgb(54,50,94); }

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