#2157AB

Color #2157AB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2157AB

Tints of Denim #2157AB

Color information

#2157AB (or 0x2157AB) is unknown color: approx Denim. HEX triplet: 21, 57 and AB. RGB value is (33,87,171). Sum of RGB (Red+Green+Blue) = 33+87+171=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #2157AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2157AB is #DEA854. Grayscale: #505050. Windows color (decimal): -14592085 or 11228961. OLE color: 11228961.

HSL color Cylindrical-coordinate representation of color #2157AB: hue angle of 216.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2157AB is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3387171-
CMYK0.810.4900.33
HSL216.52º67.65%40%-
HSV(B)216.52º80.7%67.06%-
XYZ11.3910.0839.87-
YUV80.43179.1194.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=11.34%
G=29.90%
B=58.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33871710.810.4900.33216.5267.6540
Hex2157AB5131021d94428
Octal411272531216104133110450
Binary10000110101111010101110100011100010100001110110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2157AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2157AB; }

 p { color: rgb(33,87,171); }

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

<style>
 a { background-color: #2157AB; }

 a { background-color: rgb(33,87,171); }

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

<style>
 span { border-color: #2157AB; }

 span { border-color: rgb(33,87,171); }

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