#215DB6

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

Shades of Denim #215DB6

Tints of Denim #215DB6

Color information

#215DB6 (or 0x215DB6) is unknown color: approx Denim. HEX triplet: 21, 5D and B6. RGB value is (33,93,182). Sum of RGB (Red+Green+Blue) = 33+93+182=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #215DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215DB6 is #DEA249. Grayscale: #545454. Windows color (decimal): -14590538 or 11951393. OLE color: 11951393.

HSL color Cylindrical-coordinate representation of color #215DB6: hue angle of 215.84º 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 #215DB6 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3393182-
CMYK0.820.4900.29
HSL215.84º69.3%42.16%-
HSV(B)215.84º81.87%71.37%-
XYZ12.9911.5345.8-
YUV85.21182.6290.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 182 (71.48% from 255) = 59.09%
R=10.71%
G=30.19%
B=59.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal33931820.820.4900.29215.8469.342.16
Hex215DB6523101Dd8452a
Octal411352661226103533010552
Binary1000011011101101101101010010110001011101110110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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