#215BB2

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

Shades of Denim #215BB2

Tints of Denim #215BB2

Color information

#215BB2 (or 0x215BB2) is unknown color: approx Denim. HEX triplet: 21, 5B and B2. RGB value is (33,91,178). Sum of RGB (Red+Green+Blue) = 33+91+178=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #215BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BB2 is #DEA44D. Grayscale: #535353. Windows color (decimal): -14591054 or 11688737. OLE color: 11688737.

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

Color convert

RGB3391178-
CMYK0.810.4900.30
HSL216º68.72%41.37%-
HSV(B)216º81.46%69.8%-
XYZ12.411.0243.59-
YUV83.58181.2891.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 178 (69.92% from 255) = 58.94%
R=10.93%
G=30.13%
B=58.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal33911780.810.4900.3021668.7241.37
Hex215BB2513101Ed84529
Octal411332621216103633010551
Binary1000011011011101100101010001110001011110110110001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,91,178); }

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

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

 a { background-color: rgb(33,91,178); }

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

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

 span { border-color: rgb(33,91,178); }

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