#3C298E

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

Shades of Dark Slate Blue #3C298E

Tints of Dark Slate Blue #3C298E

Color information

#3C298E (or 0x3C298E) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 29 and 8E. RGB value is (60,41,142). Sum of RGB (Red+Green+Blue) = 60+41+142=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C298E is #C3D671. Grayscale: #393939. Windows color (decimal): -12834418 or 9316668. OLE color: 9316668.

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

Color convert

RGB6041142-
CMYK0.580.7100.44
HSL251.29º55.19%35.88%-
HSV(B)251.29º71.13%55.69%-
XYZ7.544.526.06-
YUV58.19175.29129.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 142 (55.86% from 255) = 58.44%
R=24.69%
G=16.87%
B=58.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60411420.580.7100.44251.2955.1935.88
Hex3C298E3A4702Cfb3724
Octal7451216721070543736744
Binary111100101001100011101110101000111010110011111011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,142); }

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

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

 a { background-color: rgb(60,41,142); }

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

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

 span { border-color: rgb(60,41,142); }

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