Html Css Color HEX #3B288D Dark Slate Blue

📋 copy color: '#3B288D'

red 59 ◦ green 40 ◦ blue 141

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

Shades of Dark Slate Blue #3B288D

Tints of Dark Slate Blue #3B288D

RGB

 RED value IS 59 (23.44% from 255) = 24.58%

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

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 24.58%
G = 16.67%
B = 58.75%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B288D (or 0x3B288D) is known color: Dark Slate Blue. HEX triplet: 3B, 28 and 8D. RGB value is (59,40,141). Sum of RGB (Red+Green+Blue) = 59+40+141=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B288D is #C4D772. Grayscale: #383838. Windows color (decimal): -12900211 or 9250875. OLE color: 9250875.

HSL color Cylindrical-coordinate representation of color #3B288D: hue angle of 251.29º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B288D is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 40 141 -
CMYK 0.58 0.72 0 0.45
HSL 251.29º 0.56% 0.35% -
HSV(B) 251.29º 0.72% 0.55% -
XYZ 7.37 4.37 25.65 -
YUV 57.2 175.29 129.29 -
System Red Green Blue C M Y K H S L
Decimal 59 40 141 0.58 0.72 0 0.45 251.29 0.56 0.35
Hex 3B 28 8D 3A 48 0 2D FB 38 23
Octal 73 50 215 72 110 0 55 373 70 43
Binary 111011 101000 10001101 111010 1001000 0 101101 11111011 111000 100011

Color Harmonies of #3B288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B288D

Black with #3B288D

Text Example


Text Example

White with #3B288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B288D; }

 p { color: rgb(59,40,141); }

 H1.HeaderClassName
 {
   color: #3B288D;
 }
 .AnyTagClassName
 {
   color: #3B288D;
 }
</style>

background-color css

<style>
 a { background-color: #3B288D; }

 a { background-color: rgb(59,40,141); }

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

border-color css

<style>
 span { border-color: #3B288D; }

 span { border-color: rgb(59,40,141); }

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