Html Css Color HEX #362893 Dark Slate Blue

📋 copy color: '#362893'

red 54 ◦ green 40 ◦ blue 147

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

Shades of Dark Slate Blue #362893

Tints of Dark Slate Blue #362893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61%

R = 22.41%
G = 16.6%
B = 61%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#362893 (or 0x362893) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 93. RGB value is (54,40,147). Sum of RGB (Red+Green+Blue) = 54+40+147=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #362893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362893 is #C9D76C. Grayscale: #373737. Windows color (decimal): -13227885 or 9644086. OLE color: 9644086.

HSL color Cylindrical-coordinate representation of color #362893: hue angle of 247.85º degrees, saturation: 0.57, 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 #362893 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 40 147 -
CMYK 0.63 0.73 0 0.42
HSL 247.85º 0.57% 0.37% -
HSV(B) 247.85º 0.73% 0.58% -
XYZ 7.55 4.41 28.06 -
YUV 56.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 54 40 147 0.63 0.73 0 0.42 247.85 0.57 0.37
Hex 36 28 93 3F 49 0 2A F8 39 25
Octal 66 50 223 77 111 0 52 370 71 45
Binary 110110 101000 10010011 111111 1001001 0 101010 11111000 111001 100101

Color Harmonies of #362893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362893

Black with #362893

Text Example


Text Example

White with #362893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362893; }

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

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

background-color css

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

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

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

border-color css

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

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

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