Html Css Color HEX #363295 Dark Slate Blue

📋 copy color: '#363295'

red 54 ◦ green 50 ◦ blue 149

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

Shades of Dark Slate Blue #363295

Tints of Dark Slate Blue #363295

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 21.34%
G = 19.76%
B = 58.89%

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

#363295 (or 0x363295) is known color: Dark Slate Blue. HEX triplet: 36, 32 and 95. RGB value is (54,50,149). Sum of RGB (Red+Green+Blue) = 54+50+149=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #363295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363295 is #C9CD6A. Grayscale: #3E3E3E. Windows color (decimal): -13225323 or 9777718. OLE color: 9777718.

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

Color convert

RGB 54 50 149 -
CMYK 0.64 0.66 0 0.42
HSL 242.42º 0.5% 0.39% -
HSV(B) 242.42º 0.66% 0.58% -
XYZ 8.09 5.24 29.02 -
YUV 62.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 54 50 149 0.64 0.66 0 0.42 242.42 0.5 0.39
Hex 36 32 95 40 42 0 2A F2 32 27
Octal 66 62 225 100 102 0 52 362 62 47
Binary 110110 110010 10010101 1000000 1000010 0 101010 11110010 110010 100111

Color Harmonies of #363295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363295

Black with #363295

Text Example


Text Example

White with #363295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363295; }

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

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

background-color css

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

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

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

border-color css

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

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

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