#3C3488

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

Shades of Dark Slate Blue #3C3488

Tints of Dark Slate Blue #3C3488

Color information

#3C3488 (or 0x3C3488) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 34 and 88. RGB value is (60,52,136). Sum of RGB (Red+Green+Blue) = 60+52+136=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C3488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3488 is #C3CB77. Grayscale: #3F3F3F. Windows color (decimal): -12831608 or 8926268. OLE color: 8926268.

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

Color convert

RGB6052136-
CMYK0.560.6200.47
HSL245.71º44.68%36.86%-
HSV(B)245.71º61.76%53.33%-
XYZ7.545.1923.9-
YUV63.97168.65125.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=24.19%
G=20.97%
B=54.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60521360.560.6200.47245.7144.6836.86
Hex3C3488383E02Ff62d25
Octal746421070760573665545
Binary11110011010010001000111000111110010111111110110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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