Html Css Color HEX #36288D Dark Slate Blue

📋 copy color: '#36288D'

red 54 ◦ green 40 ◦ blue 141

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

Shades of Dark Slate Blue #36288D

Tints of Dark Slate Blue #36288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60%

R = 22.98%
G = 17.02%
B = 60%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36288D (or 0x36288D) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 8D. RGB value is (54,40,141). Sum of RGB (Red+Green+Blue) = 54+40+141=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #36288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36288D is #C9D772. Grayscale: #373737. Windows color (decimal): -13227891 or 9250870. OLE color: 9250870.

HSL color Cylindrical-coordinate representation of color #36288D: hue angle of 248.32º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36288D is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 40 141 -
CMYK 0.62 0.72 0 0.45
HSL 248.32º 0.56% 0.35% -
HSV(B) 248.32º 0.72% 0.55% -
XYZ 7.09 4.22 25.64 -
YUV 55.7 176.14 126.79 -
System Red Green Blue C M Y K H S L
Decimal 54 40 141 0.62 0.72 0 0.45 248.32 0.56 0.35
Hex 36 28 8D 3E 48 0 2D F8 38 23
Octal 66 50 215 76 110 0 55 370 70 43
Binary 110110 101000 10001101 111110 1001000 0 101101 11111000 111000 100011

Color Harmonies of #36288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36288D

Black with #36288D

Text Example


Text Example

White with #36288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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