Html Css Color HEX #363395 Dark Slate Blue

📋 copy color: '#363395'

red 54 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #363395

Tints of Dark Slate Blue #363395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 21.26%
G = 20.08%
B = 58.66%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#363395 (or 0x363395) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 95. RGB value is (54,51,149). Sum of RGB (Red+Green+Blue) = 54+51+149=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #363395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363395 is #C9CC6A. Grayscale: #3E3E3E. Windows color (decimal): -13225067 or 9777974. OLE color: 9777974.

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

Color convert

RGB 54 51 149 -
CMYK 0.64 0.66 0 0.42
HSL 241.84º 0.49% 0.39% -
HSV(B) 241.84º 0.66% 0.58% -
XYZ 8.13 5.32 29.03 -
YUV 63.07 176.49 121.53 -
System Red Green Blue C M Y K H S L
Decimal 54 51 149 0.64 0.66 0 0.42 241.84 0.49 0.39
Hex 36 33 95 40 42 0 2A F2 31 27
Octal 66 63 225 100 102 0 52 362 61 47
Binary 110110 110011 10010101 1000000 1000010 0 101010 11110010 110001 100111

Color Harmonies of #363395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363395

Black with #363395

Text Example


Text Example

White with #363395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363395; }

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

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

background-color css

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

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

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

border-color css

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

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

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