Html Css Color HEX #36268B Dark Slate Blue

📋 copy color: '#36268B'

red 54 ◦ green 38 ◦ blue 139

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

Shades of Dark Slate Blue #36268B

Tints of Dark Slate Blue #36268B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

 BLUE value IS 139 (54.69% from 255) = 60.17%

R = 23.38%
G = 16.45%
B = 60.17%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36268B (or 0x36268B) is known color: Dark Slate Blue. HEX triplet: 36, 26 and 8B. RGB value is (54,38,139). Sum of RGB (Red+Green+Blue) = 54+38+139=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #36268B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36268B is #C9D974. Grayscale: #353535. Windows color (decimal): -13228405 or 9119286. OLE color: 9119286.

HSL color Cylindrical-coordinate representation of color #36268B: hue angle of 249.5º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36268B is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 38 139 -
CMYK 0.61 0.73 0 0.45
HSL 249.5º 0.57% 0.35% -
HSV(B) 249.5º 0.73% 0.55% -
XYZ 6.87 4.03 24.84 -
YUV 54.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 54 38 139 0.61 0.73 0 0.45 249.5 0.57 0.35
Hex 36 26 8B 3D 49 0 2D FA 39 23
Octal 66 46 213 75 111 0 55 372 71 43
Binary 110110 100110 10001011 111101 1001001 0 101101 11111010 111001 100011

Color Harmonies of #36268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36268B

Black with #36268B

Text Example


Text Example

White with #36268B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,38,139); }

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

background-color css

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

 a { background-color: rgb(54,38,139); }

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

border-color css

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

 span { border-color: rgb(54,38,139); }

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