#215CAC

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

Shades of Denim #215CAC

Tints of Denim #215CAC

Color information

#215CAC (or 0x215CAC) is unknown color: approx Denim. HEX triplet: 21, 5C and AC. RGB value is (33,92,172). Sum of RGB (Red+Green+Blue) = 33+92+172=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #215CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAC is #DEA353. Grayscale: #535353. Windows color (decimal): -14590804 or 11295777. OLE color: 11295777.

HSL color Cylindrical-coordinate representation of color #215CAC: hue angle of 214.53º 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 #215CAC is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3392172-
CMYK0.810.4700.33
HSL214.53º67.8%40.2%-
HSV(B)214.53º80.81%67.45%-
XYZ11.910.9640.52-
YUV83.48177.9592-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.11%
GREEN value IS 92 (36.33% from 255) = 30.98%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=11.11%
G=30.98%
B=57.91%

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
Decimal33921720.810.4700.33214.5367.840.2
Hex215CAC512F021d74428
Octal411342541215704132710450
Binary10000110111001010110010100011011110100001110101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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