#215BAC

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

Shades of Denim #215BAC

Tints of Denim #215BAC

Color information

#215BAC (or 0x215BAC) is unknown color: approx Denim. HEX triplet: 21, 5B and AC. RGB value is (33,91,172). Sum of RGB (Red+Green+Blue) = 33+91+172=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #215BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215BAC is #DEA453. Grayscale: #525252. Windows color (decimal): -14591060 or 11295521. OLE color: 11295521.

HSL color Cylindrical-coordinate representation of color #215BAC: hue angle of 214.96º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #215BAC is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3391172-
CMYK0.810.4700.33
HSL214.96º67.8%40.2%-
HSV(B)214.96º80.81%67.45%-
XYZ11.8110.7840.49-
YUV82.89178.2892.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.15%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=11.15%
G=30.74%
B=58.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33911720.810.4700.33214.9667.840.2
Hex215BAC512F021d74428
Octal411332541215704132710450
Binary10000110110111010110010100011011110100001110101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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