#3C398B

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

Shades of Dark Slate Blue #3C398B

Tints of Dark Slate Blue #3C398B

Color information

#3C398B (or 0x3C398B) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 39 and 8B. RGB value is (60,57,139). Sum of RGB (Red+Green+Blue) = 60+57+139=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C398B is #C3C674. Grayscale: #424242. Windows color (decimal): -12830325 or 9124156. OLE color: 9124156.

HSL color Cylindrical-coordinate representation of color #3C398B: hue angle of 242.2º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C398B is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6057139-
CMYK0.570.5900.45
HSL242.2º41.84%38.43%-
HSV(B)242.2º58.99%54.51%-
XYZ7.995.7525.12-
YUV67.24168.49122.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 57 (22.66% from 255) = 22.27%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=23.44%
G=22.27%
B=54.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60571390.570.5900.45242.241.8438.43
Hex3C398B393B02Df22a26
Octal747121371730553625246
Binary11110011100110001011111001111011010110111110010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,139); }

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

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

 a { background-color: rgb(60,57,139); }

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

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

 span { border-color: rgb(60,57,139); }

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