Html Css Color HEX #36268C Dark Slate Blue

📋 copy color: '#36268C'

red 54 ◦ green 38 ◦ blue 140

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

Shades of Dark Slate Blue #36268C

Tints of Dark Slate Blue #36268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 23.28%
G = 16.38%
B = 60.34%

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

#36268C (or 0x36268C) is known color: Dark Slate Blue. HEX triplet: 36, 26 and 8C. RGB value is (54,38,140). Sum of RGB (Red+Green+Blue) = 54+38+140=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #36268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36268C is #C9D973. Grayscale: #363636. Windows color (decimal): -13228404 or 9184822. OLE color: 9184822.

HSL color Cylindrical-coordinate representation of color #36268C: hue angle of 249.41º 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 #36268C is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 38 140 -
CMYK 0.61 0.73 0 0.45
HSL 249.41º 0.57% 0.35% -
HSV(B) 249.41º 0.73% 0.55% -
XYZ 6.95 4.06 25.23 -
YUV 54.41 176.3 127.71 -
System Red Green Blue C M Y K H S L
Decimal 54 38 140 0.61 0.73 0 0.45 249.41 0.57 0.35
Hex 36 26 8C 3D 49 0 2D F9 39 23
Octal 66 46 214 75 111 0 55 371 71 43
Binary 110110 100110 10001100 111101 1001001 0 101101 11111001 111001 100011

Color Harmonies of #36268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36268C

Black with #36268C

Text Example


Text Example

White with #36268C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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