Html Css Color HEX #36389F Dark Slate Blue

📋 copy color: '#36389F'

red 54 ◦ green 56 ◦ blue 159

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

Shades of Dark Slate Blue #36389F

Tints of Dark Slate Blue #36389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.82%

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 20.07%
G = 20.82%
B = 59.11%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36389F (or 0x36389F) is known color: Dark Slate Blue. HEX triplet: 36, 38 and 9F. RGB value is (54,56,159). Sum of RGB (Red+Green+Blue) = 54+56+159=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #36389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36389F is #C9C760. Grayscale: #424242. Windows color (decimal): -13223777 or 10434614. OLE color: 10434614.

HSL color Cylindrical-coordinate representation of color #36389F: hue angle of 238.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36389F is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 56 159 -
CMYK 0.66 0.65 0 0.38
HSL 238.86º 0.49% 0.42% -
HSV(B) 238.86º 0.66% 0.62% -
XYZ 9.19 6.12 33.5 -
YUV 67.14 179.84 118.62 -
System Red Green Blue C M Y K H S L
Decimal 54 56 159 0.66 0.65 0 0.38 238.86 0.49 0.42
Hex 36 38 9F 42 41 0 26 EF 31 2A
Octal 66 70 237 102 101 0 46 357 61 52
Binary 110110 111000 10011111 1000010 1000001 0 100110 11101111 110001 101010

Color Harmonies of #36389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36389F

Black with #36389F

Text Example


Text Example

White with #36389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36389F; }

 p { color: rgb(54,56,159); }

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

background-color css

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

 a { background-color: rgb(54,56,159); }

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

border-color css

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

 span { border-color: rgb(54,56,159); }

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