Html Css Color HEX #362889 Dark Slate Blue

📋 copy color: '#362889'

red 54 ◦ green 40 ◦ blue 137

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

Shades of Dark Slate Blue #362889

Tints of Dark Slate Blue #362889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 59.31%

R = 23.38%
G = 17.32%
B = 59.31%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#362889 (or 0x362889) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 89. RGB value is (54,40,137). Sum of RGB (Red+Green+Blue) = 54+40+137=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #362889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362889 is #C9D776. Grayscale: #363636. Windows color (decimal): -13227895 or 8988726. OLE color: 8988726.

HSL color Cylindrical-coordinate representation of color #362889: hue angle of 248.66º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #362889 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 40 137 -
CMYK 0.61 0.71 0 0.46
HSL 248.66º 0.55% 0.35% -
HSV(B) 248.66º 0.71% 0.54% -
XYZ 6.8 4.11 24.1 -
YUV 55.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 54 40 137 0.61 0.71 0 0.46 248.66 0.55 0.35
Hex 36 28 89 3D 47 0 2E F9 37 23
Octal 66 50 211 75 107 0 56 371 67 43
Binary 110110 101000 10001001 111101 1000111 0 101110 11111001 110111 100011

Color Harmonies of #362889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362889

Black with #362889

Text Example


Text Example

White with #362889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362889; }

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

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

background-color css

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

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

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

border-color css

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

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

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