Html Css Color HEX #36325D Deep Koamaru

📋 copy color: '#36325D'

red 54 ◦ green 50 ◦ blue 93

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

Shades of Deep Koamaru #36325D

Tints of Deep Koamaru #36325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 27.41%
G = 25.38%
B = 47.21%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36325D (or 0x36325D) is known color: Deep Koamaru. HEX triplet: 36, 32 and 5D. RGB value is (54,50,93). Sum of RGB (Red+Green+Blue) = 54+50+93=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #36325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325D is #C9CDA2. Grayscale: #373737. Windows color (decimal): -13225379 or 6107702. OLE color: 6107702.

HSL color Cylindrical-coordinate representation of color #36325D: hue angle of 245.58º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #36325D is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 50 93 -
CMYK 0.42 0.46 0 0.64
HSL 245.58º 0.3% 0.28% -
HSV(B) 245.58º 0.46% 0.36% -
XYZ 4.64 3.86 10.86 -
YUV 56.1 148.83 126.5 -
System Red Green Blue C M Y K H S L
Decimal 54 50 93 0.42 0.46 0 0.64 245.58 0.3 0.28
Hex 36 32 5D 2A 2E 0 40 F6 1E 1C
Octal 66 62 135 52 56 0 100 366 36 34
Binary 110110 110010 1011101 101010 101110 0 1000000 11110110 11110 11100

Color Harmonies of #36325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36325D

Black with #36325D

Text Example


Text Example

White with #36325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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