Html Css Color HEX #36395F Deep Koamaru

📋 copy color: '#36395F'

red 54 ◦ green 57 ◦ blue 95

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

Shades of Deep Koamaru #36395F

Tints of Deep Koamaru #36395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.67%

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

R = 26.21%
G = 27.67%
B = 46.12%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#36395F (or 0x36395F) is known color: Deep Koamaru. HEX triplet: 36, 39 and 5F. RGB value is (54,57,95). Sum of RGB (Red+Green+Blue) = 54+57+95=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 95 - color contains mainly: blue. Hex color #36395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36395F is #C9C6A0. Grayscale: #3C3C3C. Windows color (decimal): -13223585 or 6240566. OLE color: 6240566.

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

Color convert

RGB 54 57 95 -
CMYK 0.43 0.40 0 0.63
HSL 235.61º 0.28% 0.29% -
HSV(B) 235.61º 0.43% 0.37% -
XYZ 5.05 4.54 11.44 -
YUV 60.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 54 57 95 0.43 0.40 0 0.63 235.61 0.28 0.29
Hex 36 39 5F 2B 28 0 3F EC 1C 1D
Octal 66 71 137 53 50 0 77 354 34 35
Binary 110110 111001 1011111 101011 101000 0 111111 11101100 11100 11101

Color Harmonies of #36395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36395F

Black with #36395F

Text Example


Text Example

White with #36395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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