Html Css Color HEX #36359C Dark Slate Blue

📋 copy color: '#36359C'

red 54 ◦ green 53 ◦ blue 156

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

Shades of Dark Slate Blue #36359C

Tints of Dark Slate Blue #36359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

 BLUE value IS 156 (61.33% from 255) = 59.32%

R = 20.53%
G = 20.15%
B = 59.32%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36359C (or 0x36359C) is known color: Dark Slate Blue. HEX triplet: 36, 35 and 9C. RGB value is (54,53,156). Sum of RGB (Red+Green+Blue) = 54+53+156=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #36359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36359C is #C9CA63. Grayscale: #404040. Windows color (decimal): -13224548 or 10237238. OLE color: 10237238.

HSL color Cylindrical-coordinate representation of color #36359C: hue angle of 240.58º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36359C is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 53 156 -
CMYK 0.65 0.66 0 0.39
HSL 240.58º 0.49% 0.41% -
HSV(B) 240.58º 0.66% 0.61% -
XYZ 8.8 5.73 32.1 -
YUV 65.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 54 53 156 0.65 0.66 0 0.39 240.58 0.49 0.41
Hex 36 35 9C 41 42 0 27 F1 31 29
Octal 66 65 234 101 102 0 47 361 61 51
Binary 110110 110101 10011100 1000001 1000010 0 100111 11110001 110001 101001

Color Harmonies of #36359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36359C

Black with #36359C

Text Example


Text Example

White with #36359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36359C; }

 p { color: rgb(54,53,156); }

 H1.HeaderClassName
 {
   color: #36359C;
 }
 .AnyTagClassName
 {
   color: #36359C;
 }
</style>

background-color css

<style>
 a { background-color: #36359C; }

 a { background-color: rgb(54,53,156); }

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

border-color css

<style>
 span { border-color: #36359C; }

 span { border-color: rgb(54,53,156); }

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