Html Css Color HEX #36298B Dark Slate Blue

📋 copy color: '#36298B'

red 54 ◦ green 41 ◦ blue 139

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

Shades of Dark Slate Blue #36298B

Tints of Dark Slate Blue #36298B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 23.08%
G = 17.52%
B = 59.4%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36298B (or 0x36298B) is known color: Dark Slate Blue. HEX triplet: 36, 29 and 8B. RGB value is (54,41,139). Sum of RGB (Red+Green+Blue) = 54+41+139=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #36298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36298B is #C9D674. Grayscale: #373737. Windows color (decimal): -13227637 or 9120054. OLE color: 9120054.

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

Color convert

RGB 54 41 139 -
CMYK 0.61 0.71 0 0.45
HSL 247.96º 0.54% 0.35% -
HSV(B) 247.96º 0.71% 0.55% -
XYZ 6.97 4.23 24.88 -
YUV 56.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 54 41 139 0.61 0.71 0 0.45 247.96 0.54 0.35
Hex 36 29 8B 3D 47 0 2D F8 36 23
Octal 66 51 213 75 107 0 55 370 66 43
Binary 110110 101001 10001011 111101 1000111 0 101101 11111000 110110 100011

Color Harmonies of #36298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36298B

Black with #36298B

Text Example


Text Example

White with #36298B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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