Html Css Color HEX #36269A Dark Slate Blue

📋 copy color: '#36269A'

red 54 ◦ green 38 ◦ blue 154

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

Shades of Dark Slate Blue #36269A

Tints of Dark Slate Blue #36269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.6%

R = 21.95%
G = 15.45%
B = 62.6%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#36269A (or 0x36269A) is known color: Dark Slate Blue. HEX triplet: 36, 26 and 9A. RGB value is (54,38,154). Sum of RGB (Red+Green+Blue) = 54+38+154=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #36269A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36269A is #C9D965. Grayscale: #373737. Windows color (decimal): -13228390 or 10102326. OLE color: 10102326.

HSL color Cylindrical-coordinate representation of color #36269A: hue angle of 248.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36269A is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 38 154 -
CMYK 0.65 0.75 0 0.40
HSL 248.28º 0.6% 0.38% -
HSV(B) 248.28º 0.75% 0.6% -
XYZ 8.05 4.5 31.02 -
YUV 56.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 54 38 154 0.65 0.75 0 0.40 248.28 0.6 0.38
Hex 36 26 9A 41 4B 0 28 F8 3C 26
Octal 66 46 232 101 113 0 50 370 74 46
Binary 110110 100110 10011010 1000001 1001011 0 101000 11111000 111100 100110

Color Harmonies of #36269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36269A

Black with #36269A

Text Example


Text Example

White with #36269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36269A; }

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

 H1.HeaderClassName
 {
   color: #36269A;
 }
 .AnyTagClassName
 {
   color: #36269A;
 }
</style>

background-color css

<style>
 a { background-color: #36269A; }

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

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

border-color css

<style>
 span { border-color: #36269A; }

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

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