Html Css Color HEX #36309C Dark Slate Blue

📋 copy color: '#36309C'

red 54 ◦ green 48 ◦ blue 156

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

Shades of Dark Slate Blue #36309C

Tints of Dark Slate Blue #36309C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.6%

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

R = 20.93%
G = 18.6%
B = 60.47%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36309C (or 0x36309C) is known color: Dark Slate Blue. HEX triplet: 36, 30 and 9C. RGB value is (54,48,156). Sum of RGB (Red+Green+Blue) = 54+48+156=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #36309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36309C is #C9CF63. Grayscale: #3D3D3D. Windows color (decimal): -13225828 or 10235958. OLE color: 10235958.

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

Color convert

RGB 54 48 156 -
CMYK 0.65 0.69 0 0.39
HSL 243.33º 0.53% 0.4% -
HSV(B) 243.33º 0.69% 0.61% -
XYZ 8.58 5.3 32.02 -
YUV 62.11 180.99 122.22 -
System Red Green Blue C M Y K H S L
Decimal 54 48 156 0.65 0.69 0 0.39 243.33 0.53 0.4
Hex 36 30 9C 41 45 0 27 F3 35 28
Octal 66 60 234 101 105 0 47 363 65 50
Binary 110110 110000 10011100 1000001 1000101 0 100111 11110011 110101 101000

Color Harmonies of #36309C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36309C

Black with #36309C

Text Example


Text Example

White with #36309C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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