#3B308F

Color #3B308F Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3B308F

Tints of Dark Slate Blue #3B308F

Color information

#3B308F (or 0x3B308F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 30 and 8F. RGB value is (59,48,143). Sum of RGB (Red+Green+Blue) = 59+48+143=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B308F is #C4CF70. Grayscale: #3D3D3D. Windows color (decimal): -12898161 or 9383995. OLE color: 9383995.

HSL color Cylindrical-coordinate representation of color #3B308F: hue angle of 246.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B308F is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5948143-
CMYK0.590.6600.44
HSL246.95º49.74%37.45%-
HSV(B)246.95º66.43%56.08%-
XYZ7.825.0326.54-
YUV62.12173.64125.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=23.6%
G=19.2%
B=57.2%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59481430.590.6600.44246.9549.7437.45
Hex3B308F3B4202Cf73225
Octal7360217731020543676245
Binary111011110000100011111110111000010010110011110111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,48,143); }

 H1.HeaderClassName
 {
   color: #3B308F;
 }
 .AnyTagClassName
 {
   color: #3B308F;
 }
</style>
background-color css

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

 a { background-color: rgb(59,48,143); }

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

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

 span { border-color: rgb(59,48,143); }

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