#215DAF

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

Shades of Denim #215DAF

Tints of Denim #215DAF

Color information

#215DAF (or 0x215DAF) is unknown color: approx Denim. HEX triplet: 21, 5D and AF. RGB value is (33,93,175). Sum of RGB (Red+Green+Blue) = 33+93+175=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 175 (68.75% from 255 or 58.14% from 301); Max value from RGB is 175 - color contains mainly: blue. Hex color #215DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215DAF is #DEA250. Grayscale: #545454. Windows color (decimal): -14590545 or 11492641. OLE color: 11492641.

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

Color convert

RGB3393175-
CMYK0.810.4700.31
HSL214.65º68.27%40.78%-
HSV(B)214.65º81.14%68.63%-
XYZ12.2811.2542.08-
YUV84.41179.1291.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 175 (68.75% from 255) = 58.14%
R=10.96%
G=30.90%
B=58.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal33931750.810.4700.31214.6568.2740.78
Hex215DAF512F01Fd74429
Octal411352571215703732710451
Binary1000011011101101011111010001101111011111110101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,93,175); }

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

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

 a { background-color: rgb(33,93,175); }

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

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

 span { border-color: rgb(33,93,175); }

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