#215BB4

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

Shades of Denim #215BB4

Tints of Denim #215BB4

Color information

#215BB4 (or 0x215BB4) is unknown color: approx Denim. HEX triplet: 21, 5B and B4. RGB value is (33,91,180). Sum of RGB (Red+Green+Blue) = 33+91+180=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #215BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #215BB4 is #DEA44B. Grayscale: #535353. Windows color (decimal): -14591052 or 11819809. OLE color: 11819809.

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

Color convert

RGB3391180-
CMYK0.820.4900.29
HSL216.33º69.01%41.76%-
HSV(B)216.33º81.67%70.59%-
XYZ12.6111.144.66-
YUV83.8182.2891.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 180 (70.70% from 255) = 59.21%
R=10.86%
G=29.93%
B=59.21%

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
Decimal33911800.820.4900.29216.3369.0141.76
Hex215BB4523101Dd8452a
Octal411332641226103533010552
Binary1000011011011101101001010010110001011101110110001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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