#3C3788

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

Shades of Dark Slate Blue #3C3788

Tints of Dark Slate Blue #3C3788

Color information

#3C3788 (or 0x3C3788) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 37 and 88. RGB value is (60,55,136). Sum of RGB (Red+Green+Blue) = 60+55+136=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #3C3788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3788 is #C3C877. Grayscale: #414141. Windows color (decimal): -12830840 or 8927036. OLE color: 8927036.

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

Color convert

RGB6055136-
CMYK0.560.6000.47
HSL243.7º42.41%37.45%-
HSV(B)243.7º59.56%53.33%-
XYZ7.675.4723.94-
YUV65.73167.66123.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 55 (21.88% from 255) = 21.91%
BLUE value IS 136 (53.52% from 255) = 54.18%
R=23.90%
G=21.91%
B=54.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal60551360.560.6000.47243.742.4137.45
Hex3C3788383C02Ff42a25
Octal746721070740573645245
Binary11110011011110001000111000111100010111111110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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