#215AB6

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

Shades of Denim #215AB6

Tints of Denim #215AB6

Color information

#215AB6 (or 0x215AB6) is unknown color: approx Denim. HEX triplet: 21, 5A and B6. RGB value is (33,90,182). Sum of RGB (Red+Green+Blue) = 33+90+182=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 182 (71.48% from 255 or 59.67% from 305); Max value from RGB is 182 - color contains mainly: blue. Hex color #215AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215AB6 is #DEA549. Grayscale: #535353. Windows color (decimal): -14591306 or 11950625. OLE color: 11950625.

HSL color Cylindrical-coordinate representation of color #215AB6: hue angle of 217.05º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #215AB6 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3390182-
CMYK0.820.5100.29
HSL217.05º69.3%42.16%-
HSV(B)217.05º81.87%71.37%-
XYZ12.7311.0145.71-
YUV83.44183.6292.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 182 (71.48% from 255) = 59.67%
R=10.82%
G=29.51%
B=59.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33901820.820.5100.29217.0569.342.16
Hex215AB6523301Dd9452a
Octal411322661226303533110552
Binary1000011011010101101101010010110011011101110110011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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