Html Css Color HEX #362988 Dark Slate Blue

📋 copy color: '#362988'

red 54 ◦ green 41 ◦ blue 136

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

Shades of Dark Slate Blue #362988

Tints of Dark Slate Blue #362988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

 BLUE value IS 136 (53.52% from 255) = 58.87%

R = 23.38%
G = 17.75%
B = 58.87%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#362988 (or 0x362988) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 88. RGB value is (54,41,136). Sum of RGB (Red+Green+Blue) = 54+41+136=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #362988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362988 is #C9D677. Grayscale: #373737. Windows color (decimal): -13227640 or 8923446. OLE color: 8923446.

HSL color Cylindrical-coordinate representation of color #362988: hue angle of 248.21º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #362988 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 41 136 -
CMYK 0.60 0.70 0 0.47
HSL 248.21º 0.54% 0.35% -
HSV(B) 248.21º 0.7% 0.53% -
XYZ 6.76 4.15 23.74 -
YUV 55.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 54 41 136 0.60 0.70 0 0.47 248.21 0.54 0.35
Hex 36 29 88 3C 46 0 2F F8 36 23
Octal 66 51 210 74 106 0 57 370 66 43
Binary 110110 101001 10001000 111100 1000110 0 101111 11111000 110110 100011

Color Harmonies of #362988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362988

Black with #362988

Text Example


Text Example

White with #362988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362988; }

 p { color: rgb(54,41,136); }

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

background-color css

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

 a { background-color: rgb(54,41,136); }

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

border-color css

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

 span { border-color: rgb(54,41,136); }

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