#3C3188

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

Shades of Dark Slate Blue #3C3188

Tints of Dark Slate Blue #3C3188

Color information

#3C3188 (or 0x3C3188) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 31 and 88. RGB value is (60,49,136). Sum of RGB (Red+Green+Blue) = 60+49+136=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3188 is #C3CE77. Grayscale: #3D3D3D. Windows color (decimal): -12832376 or 8925500. OLE color: 8925500.

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

Color convert

RGB6049136-
CMYK0.560.6400.47
HSL247.59º47.03%36.27%-
HSV(B)247.59º63.97%53.33%-
XYZ7.414.9323.85-
YUV62.21169.64126.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.49%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=24.49%
G=20%
B=55.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60491360.560.6400.47247.5947.0336.27
Hex3C3188384002Ff82f24
Octal7461210701000573705744
Binary111100110001100010001110001000000010111111111000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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