Html Css Color HEX #3B288C Dark Slate Blue

📋 copy color: '#3B288C'

red 59 ◦ green 40 ◦ blue 140

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

Shades of Dark Slate Blue #3B288C

Tints of Dark Slate Blue #3B288C

RGB

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

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

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

R = 24.69%
G = 16.74%
B = 58.58%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3B288C (or 0x3B288C) is known color: Dark Slate Blue. HEX triplet: 3B, 28 and 8C. RGB value is (59,40,140). Sum of RGB (Red+Green+Blue) = 59+40+140=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B288C is #C4D773. Grayscale: #383838. Windows color (decimal): -12900212 or 9185339. OLE color: 9185339.

HSL color Cylindrical-coordinate representation of color #3B288C: hue angle of 251.4º degrees, saturation: 0.56, 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 #3B288C is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 59 40 140 -
CMYK 0.58 0.71 0 0.45
HSL 251.4º 0.56% 0.35% -
HSV(B) 251.4º 0.71% 0.55% -
XYZ 7.3 4.34 25.26 -
YUV 57.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 59 40 140 0.58 0.71 0 0.45 251.4 0.56 0.35
Hex 3B 28 8C 3A 47 0 2D FB 38 23
Octal 73 50 214 72 107 0 55 373 70 43
Binary 111011 101000 10001100 111010 1000111 0 101101 11111011 111000 100011

Color Harmonies of #3B288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B288C

Black with #3B288C

Text Example


Text Example

White with #3B288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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