Html Css Color HEX #363497 Dark Slate Blue

📋 copy color: '#363497'

red 54 ◦ green 52 ◦ blue 151

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

Shades of Dark Slate Blue #363497

Tints of Dark Slate Blue #363497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

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

R = 21.01%
G = 20.23%
B = 58.75%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#363497 (or 0x363497) is known color: Dark Slate Blue. HEX triplet: 36, 34 and 97. RGB value is (54,52,151). Sum of RGB (Red+Green+Blue) = 54+52+151=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #363497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363497 is #C9CB68. Grayscale: #3F3F3F. Windows color (decimal): -13224809 or 9909302. OLE color: 9909302.

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

Color convert

RGB 54 52 151 -
CMYK 0.64 0.66 0 0.41
HSL 241.21º 0.49% 0.4% -
HSV(B) 241.21º 0.66% 0.59% -
XYZ 8.34 5.47 29.9 -
YUV 63.88 177.16 120.95 -
System Red Green Blue C M Y K H S L
Decimal 54 52 151 0.64 0.66 0 0.41 241.21 0.49 0.4
Hex 36 34 97 40 42 0 29 F1 31 28
Octal 66 64 227 100 102 0 51 361 61 50
Binary 110110 110100 10010111 1000000 1000010 0 101001 11110001 110001 101000

Color Harmonies of #363497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363497

Black with #363497

Text Example


Text Example

White with #363497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363497; }

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

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

background-color css

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

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

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

border-color css

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

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

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