Html Css Color HEX #36279C Dark Slate Blue

📋 copy color: '#36279C'

red 54 ◦ green 39 ◦ blue 156

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

Shades of Dark Slate Blue #36279C

Tints of Dark Slate Blue #36279C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 21.69%
G = 15.66%
B = 62.65%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36279C (or 0x36279C) is known color: Dark Slate Blue. HEX triplet: 36, 27 and 9C. RGB value is (54,39,156). Sum of RGB (Red+Green+Blue) = 54+39+156=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #36279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36279C is #C9D863. Grayscale: #383838. Windows color (decimal): -13228132 or 10233654. OLE color: 10233654.

HSL color Cylindrical-coordinate representation of color #36279C: hue angle of 247.69º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36279C is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 39 156 -
CMYK 0.65 0.75 0 0.39
HSL 247.69º 0.6% 0.38% -
HSV(B) 247.69º 0.75% 0.61% -
XYZ 8.25 4.64 31.91 -
YUV 56.82 183.97 125.99 -
System Red Green Blue C M Y K H S L
Decimal 54 39 156 0.65 0.75 0 0.39 247.69 0.6 0.38
Hex 36 27 9C 41 4B 0 27 F8 3C 26
Octal 66 47 234 101 113 0 47 370 74 46
Binary 110110 100111 10011100 1000001 1001011 0 100111 11111000 111100 100110

Color Harmonies of #36279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36279C

Black with #36279C

Text Example


Text Example

White with #36279C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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