#3126A5

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

Shades of Dark Slate Blue #3126A5

Tints of Dark Slate Blue #3126A5

Color information

#3126A5 (or 0x3126A5) is unknown color: approx Dark Slate Blue. HEX triplet: 31, 26 and A5. RGB value is (49,38,165). Sum of RGB (Red+Green+Blue) = 49+38+165=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 165 (64.84% from 255 or 65.48% from 252); Max value from RGB is 165 - color contains mainly: blue. Hex color #3126A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3126A5 is #CED95A. Grayscale: #373737. Windows color (decimal): -13556059 or 10823217. OLE color: 10823217.

HSL color Cylindrical-coordinate representation of color #3126A5: hue angle of 245.2º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3126A5 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4938165-
CMYK0.700.7700.35
HSL245.2º62.56%39.8%-
HSV(B)245.2º76.97%64.71%-
XYZ8.754.7636.05-
YUV55.77189.64123.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 165 (64.84% from 255) = 65.48%
R=19.44%
G=15.08%
B=65.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal49381650.700.7700.35245.262.5639.8
Hex3126A5464D023f53f28
Octal61462451061150433657750
Binary1100011001101010010110001101001101010001111110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3126A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3126A5; }

 p { color: rgb(49,38,165); }

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

<style>
 a { background-color: #3126A5; }

 a { background-color: rgb(49,38,165); }

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

<style>
 span { border-color: #3126A5; }

 span { border-color: rgb(49,38,165); }

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