Html Css Color HEX #36379C Dark Slate Blue

📋 copy color: '#36379C'

red 54 ◦ green 55 ◦ blue 156

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

Shades of Dark Slate Blue #36379C

Tints of Dark Slate Blue #36379C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.75%

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

R = 20.38%
G = 20.75%
B = 58.87%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36379C (or 0x36379C) is known color: Dark Slate Blue. HEX triplet: 36, 37 and 9C. RGB value is (54,55,156). Sum of RGB (Red+Green+Blue) = 54+55+156=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #36379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36379C is #C9C863. Grayscale: #414141. Windows color (decimal): -13224036 or 10237750. OLE color: 10237750.

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

Color convert

RGB 54 55 156 -
CMYK 0.65 0.65 0 0.39
HSL 239.41º 0.49% 0.41% -
HSV(B) 239.41º 0.65% 0.61% -
XYZ 8.89 5.92 32.13 -
YUV 66.22 178.67 119.29 -
System Red Green Blue C M Y K H S L
Decimal 54 55 156 0.65 0.65 0 0.39 239.41 0.49 0.41
Hex 36 37 9C 41 41 0 27 EF 31 29
Octal 66 67 234 101 101 0 47 357 61 51
Binary 110110 110111 10011100 1000001 1000001 0 100111 11101111 110001 101001

Color Harmonies of #36379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36379C

Black with #36379C

Text Example


Text Example

White with #36379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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