#3C3088

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

Shades of Dark Slate Blue #3C3088

Tints of Dark Slate Blue #3C3088

Color information

#3C3088 (or 0x3C3088) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 30 and 88. RGB value is (60,48,136). Sum of RGB (Red+Green+Blue) = 60+48+136=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C3088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3088 is #C3CF77. Grayscale: #3D3D3D. Windows color (decimal): -12832632 or 8925244. OLE color: 8925244.

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

Color convert

RGB6048136-
CMYK0.560.6500.47
HSL248.18º47.83%36.08%-
HSV(B)248.18º64.71%53.33%-
XYZ7.364.8523.84-
YUV61.62169.98126.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 136 (53.52% from 255) = 55.74%
R=24.59%
G=19.67%
B=55.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60481360.560.6500.47248.1847.8336.08
Hex3C3088384102Ff83024
Octal7460210701010573706044
Binary111100110000100010001110001000001010111111111000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,136); }

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

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

 a { background-color: rgb(60,48,136); }

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

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

 span { border-color: rgb(60,48,136); }

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