Html Css Color HEX #36379A Dark Slate Blue

📋 copy color: '#36379A'

red 54 ◦ green 55 ◦ blue 154

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

Shades of Dark Slate Blue #36379A

Tints of Dark Slate Blue #36379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.56%

R = 20.53%
G = 20.91%
B = 58.56%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36379A (or 0x36379A) is known color: Dark Slate Blue. HEX triplet: 36, 37 and 9A. RGB value is (54,55,154). Sum of RGB (Red+Green+Blue) = 54+55+154=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #36379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36379A is #C9C865. Grayscale: #414141. Windows color (decimal): -13224038 or 10106678. OLE color: 10106678.

HSL color Cylindrical-coordinate representation of color #36379A: hue angle of 239.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36379A is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 55 154 -
CMYK 0.65 0.64 0 0.40
HSL 239.4º 0.48% 0.41% -
HSV(B) 239.4º 0.65% 0.6% -
XYZ 8.72 5.85 31.24 -
YUV 65.99 177.67 119.45 -
System Red Green Blue C M Y K H S L
Decimal 54 55 154 0.65 0.64 0 0.40 239.4 0.48 0.41
Hex 36 37 9A 41 40 0 28 EF 30 29
Octal 66 67 232 101 100 0 50 357 60 51
Binary 110110 110111 10011010 1000001 1000000 0 101000 11101111 110000 101001

Color Harmonies of #36379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36379A

Black with #36379A

Text Example


Text Example

White with #36379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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