Html Css Color HEX #36318F Dark Slate Blue

📋 copy color: '#36318F'

red 54 ◦ green 49 ◦ blue 143

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

Shades of Dark Slate Blue #36318F

Tints of Dark Slate Blue #36318F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 21.95%
G = 19.92%
B = 58.13%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36318F (or 0x36318F) is known color: Dark Slate Blue. HEX triplet: 36, 31 and 8F. RGB value is (54,49,143). Sum of RGB (Red+Green+Blue) = 54+49+143=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #36318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36318F is #C9CE70. Grayscale: #3C3C3C. Windows color (decimal): -13225585 or 9384246. OLE color: 9384246.

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

Color convert

RGB 54 49 143 -
CMYK 0.62 0.66 0 0.44
HSL 243.19º 0.49% 0.38% -
HSV(B) 243.19º 0.66% 0.56% -
XYZ 7.58 4.96 26.55 -
YUV 61.21 174.16 122.86 -
System Red Green Blue C M Y K H S L
Decimal 54 49 143 0.62 0.66 0 0.44 243.19 0.49 0.38
Hex 36 31 8F 3E 42 0 2C F3 31 26
Octal 66 61 217 76 102 0 54 363 61 46
Binary 110110 110001 10001111 111110 1000010 0 101100 11110011 110001 100110

Color Harmonies of #36318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36318F

Black with #36318F

Text Example


Text Example

White with #36318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,49,143); }

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

background-color css

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

 a { background-color: rgb(54,49,143); }

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

border-color css

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

 span { border-color: rgb(54,49,143); }

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