Html Css Color HEX #363597 Dark Slate Blue

📋 copy color: '#363597'

red 54 ◦ green 53 ◦ blue 151

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

Shades of Dark Slate Blue #363597

Tints of Dark Slate Blue #363597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.53%

R = 20.93%
G = 20.54%
B = 58.53%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#363597 (or 0x363597) is known color: Dark Slate Blue. HEX triplet: 36, 35 and 97. RGB value is (54,53,151). Sum of RGB (Red+Green+Blue) = 54+53+151=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #363597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363597 is #C9CA68. Grayscale: #404040. Windows color (decimal): -13224553 or 9909558. OLE color: 9909558.

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

Color convert

RGB 54 53 151 -
CMYK 0.64 0.65 0 0.41
HSL 240.61º 0.48% 0.4% -
HSV(B) 240.61º 0.65% 0.59% -
XYZ 8.38 5.56 29.91 -
YUV 64.47 176.83 120.53 -
System Red Green Blue C M Y K H S L
Decimal 54 53 151 0.64 0.65 0 0.41 240.61 0.48 0.4
Hex 36 35 97 40 41 0 29 F1 30 28
Octal 66 65 227 100 101 0 51 361 60 50
Binary 110110 110101 10010111 1000000 1000001 0 101001 11110001 110000 101000

Color Harmonies of #363597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363597

Black with #363597

Text Example


Text Example

White with #363597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363597; }

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

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

background-color css

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

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

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

border-color css

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

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

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