#3C3798

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

Shades of Dark Slate Blue #3C3798

Tints of Dark Slate Blue #3C3798

Color information

#3C3798 (or 0x3C3798) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 37 and 98. RGB value is (60,55,152). Sum of RGB (Red+Green+Blue) = 60+55+152=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C3798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3798 is #C3C867. Grayscale: #434343. Windows color (decimal): -12830824 or 9975612. OLE color: 9975612.

HSL color Cylindrical-coordinate representation of color #3C3798: hue angle of 243.09º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C3798 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6055152-
CMYK0.610.6400.40
HSL243.09º46.86%40.59%-
HSV(B)243.09º63.82%59.61%-
XYZ8.95.9630.39-
YUV67.55175.66122.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 55 (21.88% from 255) = 20.60%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=22.47%
G=20.60%
B=56.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60551520.610.6400.40243.0946.8640.59
Hex3C37983D40028f32f29
Octal7467230751000503635751
Binary111100110111100110001111011000000010100011110011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,152); }

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

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

 a { background-color: rgb(60,55,152); }

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

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

 span { border-color: rgb(60,55,152); }

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