Html Css Color HEX #36339E Dark Slate Blue

📋 copy color: '#36339E'

red 54 ◦ green 51 ◦ blue 158

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

Shades of Dark Slate Blue #36339E

Tints of Dark Slate Blue #36339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 20.53%
G = 19.39%
B = 60.08%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#36339E (or 0x36339E) is known color: Dark Slate Blue. HEX triplet: 36, 33 and 9E. RGB value is (54,51,158). Sum of RGB (Red+Green+Blue) = 54+51+158=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #36339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36339E is #C9CC61. Grayscale: #3F3F3F. Windows color (decimal): -13225058 or 10367798. OLE color: 10367798.

HSL color Cylindrical-coordinate representation of color #36339E: hue angle of 241.68º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36339E is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 51 158 -
CMYK 0.66 0.68 0 0.38
HSL 241.68º 0.51% 0.41% -
HSV(B) 241.68º 0.68% 0.62% -
XYZ 8.88 5.62 32.96 -
YUV 64.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 54 51 158 0.66 0.68 0 0.38 241.68 0.51 0.41
Hex 36 33 9E 42 44 0 26 F2 33 29
Octal 66 63 236 102 104 0 46 362 63 51
Binary 110110 110011 10011110 1000010 1000100 0 100110 11110010 110011 101001

Color Harmonies of #36339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36339E

Black with #36339E

Text Example


Text Example

White with #36339E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36339E; }

 p { color: rgb(54,51,158); }

 H1.HeaderClassName
 {
   color: #36339E;
 }
 .AnyTagClassName
 {
   color: #36339E;
 }
</style>

background-color css

<style>
 a { background-color: #36339E; }

 a { background-color: rgb(54,51,158); }

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

border-color css

<style>
 span { border-color: #36339E; }

 span { border-color: rgb(54,51,158); }

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