#215ABA

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

Shades of Denim #215ABA

Tints of Denim #215ABA

Color information

#215ABA (or 0x215ABA) is unknown color: approx Denim. HEX triplet: 21, 5A and BA. RGB value is (33,90,186). Sum of RGB (Red+Green+Blue) = 33+90+186=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #215ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215ABA is #DEA545. Grayscale: #535353. Windows color (decimal): -14591302 or 12212769. OLE color: 12212769.

HSL color Cylindrical-coordinate representation of color #215ABA: hue angle of 217.65º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215ABA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3390186-
CMYK0.820.5200.27
HSL217.65º69.86%42.94%-
HSV(B)217.65º82.26%72.94%-
XYZ13.1511.1847.92-
YUV83.9185.6291.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 186 (73.05% from 255) = 60.19%
R=10.68%
G=29.13%
B=60.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33901860.820.5200.27217.6569.8642.94
Hex215ABA523401Bda462b
Octal411322721226403333210653
Binary1000011011010101110101010010110100011011110110101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,90,186); }

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

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

 a { background-color: rgb(33,90,186); }

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

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

 span { border-color: rgb(33,90,186); }

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