#3B308A

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

Shades of Dark Slate Blue #3B308A

Tints of Dark Slate Blue #3B308A

Color information

#3B308A (or 0x3B308A) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 30 and 8A. RGB value is (59,48,138). Sum of RGB (Red+Green+Blue) = 59+48+138=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B308A is #C4CF75. Grayscale: #3D3D3D. Windows color (decimal): -12898166 or 9056315. OLE color: 9056315.

HSL color Cylindrical-coordinate representation of color #3B308A: hue angle of 247.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B308A is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5948138-
CMYK0.570.6500.46
HSL247.33º48.39%36.47%-
HSV(B)247.33º65.22%54.12%-
XYZ7.454.8824.59-
YUV61.55171.14126.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=24.08%
G=19.59%
B=56.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59481380.570.6500.46247.3348.3936.47
Hex3B308A394102Ef73024
Octal7360212711010563676044
Binary111011110000100010101110011000001010111011110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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