Html Css Color HEX #36289B Dark Slate Blue

📋 copy color: '#36289B'

red 54 ◦ green 40 ◦ blue 155

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

Shades of Dark Slate Blue #36289B

Tints of Dark Slate Blue #36289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.06%

 BLUE value IS 155 (60.94% from 255) = 62.25%

R = 21.69%
G = 16.06%
B = 62.25%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#36289B (or 0x36289B) is known color: Dark Slate Blue. HEX triplet: 36, 28 and 9B. RGB value is (54,40,155). Sum of RGB (Red+Green+Blue) = 54+40+155=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #36289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36289B is #C9D764. Grayscale: #383838. Windows color (decimal): -13227877 or 10168374. OLE color: 10168374.

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

Color convert

RGB 54 40 155 -
CMYK 0.65 0.74 0 0.39
HSL 247.3º 0.59% 0.38% -
HSV(B) 247.3º 0.74% 0.61% -
XYZ 8.2 4.67 31.48 -
YUV 57.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 54 40 155 0.65 0.74 0 0.39 247.3 0.59 0.38
Hex 36 28 9B 41 4A 0 27 F7 3B 26
Octal 66 50 233 101 112 0 47 367 73 46
Binary 110110 101000 10011011 1000001 1001010 0 100111 11110111 111011 100110

Color Harmonies of #36289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36289B

Black with #36289B

Text Example


Text Example

White with #36289B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36289B; }

 p { color: rgb(54,40,155); }

 H1.HeaderClassName
 {
   color: #36289B;
 }
 .AnyTagClassName
 {
   color: #36289B;
 }
</style>

background-color css

<style>
 a { background-color: #36289B; }

 a { background-color: rgb(54,40,155); }

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

border-color css

<style>
 span { border-color: #36289B; }

 span { border-color: rgb(54,40,155); }

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