Html Css Color HEX #362986 Dark Slate Blue

📋 copy color: '#362986'

red 54 ◦ green 41 ◦ blue 134

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

Shades of Dark Slate Blue #362986

Tints of Dark Slate Blue #362986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 134 (52.73% from 255) = 58.52%

R = 23.58%
G = 17.9%
B = 58.52%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#362986 (or 0x362986) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 86. RGB value is (54,41,134). Sum of RGB (Red+Green+Blue) = 54+41+134=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #362986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362986 is #C9D679. Grayscale: #373737. Windows color (decimal): -13227642 or 8792374. OLE color: 8792374.

HSL color Cylindrical-coordinate representation of color #362986: hue angle of 248.39º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362986 is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 41 134 -
CMYK 0.60 0.69 0 0.47
HSL 248.39º 0.53% 0.34% -
HSV(B) 248.39º 0.69% 0.53% -
XYZ 6.62 4.09 23 -
YUV 55.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 54 41 134 0.60 0.69 0 0.47 248.39 0.53 0.34
Hex 36 29 86 3C 45 0 2F F8 35 22
Octal 66 51 206 74 105 0 57 370 65 42
Binary 110110 101001 10000110 111100 1000101 0 101111 11111000 110101 100010

Color Harmonies of #362986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362986

Black with #362986

Text Example


Text Example

White with #362986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362986; }

 p { color: rgb(54,41,134); }

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

background-color css

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

 a { background-color: rgb(54,41,134); }

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

border-color css

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

 span { border-color: rgb(54,41,134); }

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