Html Css Color HEX #36278C Dark Slate Blue

📋 copy color: '#36278C'

red 54 ◦ green 39 ◦ blue 140

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

Shades of Dark Slate Blue #36278C

Tints of Dark Slate Blue #36278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 140 (55.08% from 255) = 60.09%

R = 23.18%
G = 16.74%
B = 60.09%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36278C (or 0x36278C) is known color: Dark Slate Blue. HEX triplet: 36, 27 and 8C. RGB value is (54,39,140). Sum of RGB (Red+Green+Blue) = 54+39+140=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #36278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36278C is #C9D873. Grayscale: #363636. Windows color (decimal): -13228148 or 9185078. OLE color: 9185078.

HSL color Cylindrical-coordinate representation of color #36278C: hue angle of 248.91º 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 #36278C is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 39 140 -
CMYK 0.61 0.72 0 0.45
HSL 248.91º 0.56% 0.35% -
HSV(B) 248.91º 0.72% 0.55% -
XYZ 6.98 4.13 25.24 -
YUV 55 175.97 127.29 -
System Red Green Blue C M Y K H S L
Decimal 54 39 140 0.61 0.72 0 0.45 248.91 0.56 0.35
Hex 36 27 8C 3D 48 0 2D F9 38 23
Octal 66 47 214 75 110 0 55 371 70 43
Binary 110110 100111 10001100 111101 1001000 0 101101 11111001 111000 100011

Color Harmonies of #36278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36278C

Black with #36278C

Text Example


Text Example

White with #36278C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36278C; }

 p { color: rgb(54,39,140); }

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

background-color css

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

 a { background-color: rgb(54,39,140); }

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

border-color css

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

 span { border-color: rgb(54,39,140); }

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