Html Css Color HEX #362888 Dark Slate Blue

📋 copy color: '#362888'

red 54 ◦ green 40 ◦ blue 136

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

Shades of Dark Slate Blue #362888

Tints of Dark Slate Blue #362888

RGB

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

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

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

R = 23.48%
G = 17.39%
B = 59.13%

CMYK

 C value IS 0.60

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#362888 (or 0x362888) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 88. RGB value is (54,40,136). Sum of RGB (Red+Green+Blue) = 54+40+136=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #362888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362888 is #C9D777. Grayscale: #363636. Windows color (decimal): -13227896 or 8923190. OLE color: 8923190.

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

Color convert

RGB 54 40 136 -
CMYK 0.60 0.71 0 0.47
HSL 248.75º 0.55% 0.35% -
HSV(B) 248.75º 0.71% 0.53% -
XYZ 6.72 4.08 23.73 -
YUV 55.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 54 40 136 0.60 0.71 0 0.47 248.75 0.55 0.35
Hex 36 28 88 3C 47 0 2F F9 37 23
Octal 66 50 210 74 107 0 57 371 67 43
Binary 110110 101000 10001000 111100 1000111 0 101111 11111001 110111 100011

Color Harmonies of #362888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362888

Black with #362888

Text Example


Text Example

White with #362888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362888; }

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

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

background-color css

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

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

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

border-color css

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

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

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