Html Css Color HEX #363397 Dark Slate Blue

📋 copy color: '#363397'

red 54 ◦ green 51 ◦ blue 151

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

Shades of Dark Slate Blue #363397

Tints of Dark Slate Blue #363397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

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

R = 21.09%
G = 19.92%
B = 58.98%

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

#363397 (or 0x363397) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 97. RGB value is (54,51,151). Sum of RGB (Red+Green+Blue) = 54+51+151=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #363397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363397 is #C9CC68. Grayscale: #3E3E3E. Windows color (decimal): -13225065 or 9909046. OLE color: 9909046.

HSL color Cylindrical-coordinate representation of color #363397: hue angle of 241.8º degrees, saturation: 0.5, 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 #363397 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 51 151 -
CMYK 0.64 0.66 0 0.41
HSL 241.8º 0.5% 0.4% -
HSV(B) 241.8º 0.66% 0.59% -
XYZ 8.29 5.39 29.88 -
YUV 63.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 54 51 151 0.64 0.66 0 0.41 241.8 0.5 0.4
Hex 36 33 97 40 42 0 29 F2 32 28
Octal 66 63 227 100 102 0 51 362 62 50
Binary 110110 110011 10010111 1000000 1000010 0 101001 11110010 110010 101000

Color Harmonies of #363397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363397

Black with #363397

Text Example


Text Example

White with #363397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363397; }

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

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

background-color css

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

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

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

border-color css

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

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

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