Html Css Color HEX #362895 Dark Slate Blue

📋 copy color: '#362895'

red 54 ◦ green 40 ◦ blue 149

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

Shades of Dark Slate Blue #362895

Tints of Dark Slate Blue #362895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 22.22%
G = 16.46%
B = 61.32%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#362895 (or 0x362895) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 95. RGB value is (54,40,149). Sum of RGB (Red+Green+Blue) = 54+40+149=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #362895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362895 is #C9D76A. Grayscale: #383838. Windows color (decimal): -13227883 or 9775158. OLE color: 9775158.

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

Color convert

RGB 54 40 149 -
CMYK 0.64 0.73 0 0.42
HSL 247.71º 0.58% 0.37% -
HSV(B) 247.71º 0.73% 0.58% -
XYZ 7.7 4.47 28.89 -
YUV 56.61 180.14 126.14 -
System Red Green Blue C M Y K H S L
Decimal 54 40 149 0.64 0.73 0 0.42 247.71 0.58 0.37
Hex 36 28 95 40 49 0 2A F8 3A 25
Octal 66 50 225 100 111 0 52 370 72 45
Binary 110110 101000 10010101 1000000 1001001 0 101010 11111000 111010 100101

Color Harmonies of #362895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362895

Black with #362895

Text Example


Text Example

White with #362895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362895; }

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

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

background-color css

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

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

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

border-color css

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

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

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