#215CAE

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

Shades of Denim #215CAE

Tints of Denim #215CAE

Color information

#215CAE (or 0x215CAE) is unknown color: approx Denim. HEX triplet: 21, 5C and AE. RGB value is (33,92,174). Sum of RGB (Red+Green+Blue) = 33+92+174=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #215CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAE is #DEA351. Grayscale: #535353. Windows color (decimal): -14590802 or 11426849. OLE color: 11426849.

HSL color Cylindrical-coordinate representation of color #215CAE: hue angle of 214.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215CAE is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3392174-
CMYK0.810.4700.32
HSL214.89º68.12%40.59%-
HSV(B)214.89º81.03%68.24%-
XYZ12.0911.0341.54-
YUV83.71178.9591.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.04%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 174 (68.36% from 255) = 58.19%
R=11.04%
G=30.77%
B=58.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33921740.810.4700.32214.8968.1240.59
Hex215CAE512F020d74429
Octal411342561215704032710451
Binary10000110111001010111010100011011110100000110101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215CAE; }

 p { color: rgb(33,92,174); }

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

<style>
 a { background-color: #215CAE; }

 a { background-color: rgb(33,92,174); }

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

<style>
 span { border-color: #215CAE; }

 span { border-color: rgb(33,92,174); }

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