#3437A1

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

Shades of Dark Slate Blue #3437A1

Tints of Dark Slate Blue #3437A1

Color information

#3437A1 (or 0x3437A1) is unknown color: approx Dark Slate Blue. HEX triplet: 34, 37 and A1. RGB value is (52,55,161). Sum of RGB (Red+Green+Blue) = 52+55+161=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 161 (63.28% from 255 or 60.07% from 268); Max value from RGB is 161 - color contains mainly: blue. Hex color #3437A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3437A1 is #CBC85E. Grayscale: #414141. Windows color (decimal): -13355103 or 10565428. OLE color: 10565428.

HSL color Cylindrical-coordinate representation of color #3437A1: hue angle of 238.35º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3437A1 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5255161-
CMYK0.680.6600.37
HSL238.35º51.17%41.76%-
HSV(B)238.35º67.7%63.14%-
XYZ9.226.0434.4-
YUV66.19181.51117.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 55 (21.88% from 255) = 20.52%
BLUE value IS 161 (63.28% from 255) = 60.07%
R=19.40%
G=20.52%
B=60.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal52551610.680.6600.37238.3551.1741.76
Hex3437A14442025ee332a
Octal64672411041020453566352
Binary1101001101111010000110001001000010010010111101110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3437A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3437A1; }

 p { color: rgb(52,55,161); }

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

<style>
 a { background-color: #3437A1; }

 a { background-color: rgb(52,55,161); }

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

<style>
 span { border-color: #3437A1; }

 span { border-color: rgb(52,55,161); }

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