#2158aa

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

Shades of Denim #2158AA

Tints of Denim #2158AA

Color information

#2158AA (or 0x2158AA) is unknown color: approx Denim. HEX triplet: 21, 58 and AA. RGB value is (33,88,170). Sum of RGB (Red+Green+Blue) = 33+88+170=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #2158AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2158AA is #DEA755. Grayscale: #505050. Windows color (decimal): -14591830 or 11163681. OLE color: 11163681.

HSL color Cylindrical-coordinate representation of color #2158AA: hue angle of 215.91º degrees, saturation: 0.67, 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 #2158AA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3388170-
CMYK0.810.4800.33
HSL215.91º67.49%39.8%-
HSV(B)215.91º80.59%66.67%-
XYZ11.3710.2139.4-
YUV80.9178.2893.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.34%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=11.34%
G=30.24%
B=58.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33881700.810.4800.33215.9167.4939.8
Hex2158AA5130021d84328
Octal411302521216004133010350
Binary10000110110001010101010100011100000100001110110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2158aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2158aa; }

 p { color: rgb(33,88,170); }

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

<style>
 a { background-color: #2158aa; }

 a { background-color: rgb(33,88,170); }

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

<style>
 span { border-color: #2158aa; }

 span { border-color: rgb(33,88,170); }

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