Html Css Color HEX #36325F Deep Koamaru

📋 copy color: '#36325F'

red 54 ◦ green 50 ◦ blue 95

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

Shades of Deep Koamaru #36325F

Tints of Deep Koamaru #36325F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 47.74%

R = 27.14%
G = 25.13%
B = 47.74%

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

#36325F (or 0x36325F) is known color: Deep Koamaru. HEX triplet: 36, 32 and 5F. RGB value is (54,50,95). Sum of RGB (Red+Green+Blue) = 54+50+95=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 95 (37.5% from 255 or 47.74% from 199); Max value from RGB is 95 - color contains mainly: blue. Hex color #36325F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325F is #C9CDA0. Grayscale: #383838. Windows color (decimal): -13225377 or 6238774. OLE color: 6238774.

HSL color Cylindrical-coordinate representation of color #36325F: hue angle of 245.33º 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 #36325F is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 50 95 -
CMYK 0.43 0.47 0 0.63
HSL 245.33º 0.31% 0.28% -
HSV(B) 245.33º 0.47% 0.37% -
XYZ 4.73 3.89 11.33 -
YUV 56.33 149.83 126.34 -
System Red Green Blue C M Y K H S L
Decimal 54 50 95 0.43 0.47 0 0.63 245.33 0.31 0.28
Hex 36 32 5F 2B 2F 0 3F F5 1F 1C
Octal 66 62 137 53 57 0 77 365 37 34
Binary 110110 110010 1011111 101011 101111 0 111111 11110101 11111 11100

Color Harmonies of #36325F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36325F

Black with #36325F

Text Example


Text Example

White with #36325F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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