#215CAB

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

Shades of Denim #215CAB

Tints of Denim #215CAB

Color information

#215CAB (or 0x215CAB) is unknown color: approx Denim. HEX triplet: 21, 5C and AB. RGB value is (33,92,171). Sum of RGB (Red+Green+Blue) = 33+92+171=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #215CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215CAB is #DEA354. Grayscale: #525252. Windows color (decimal): -14590805 or 11230241. OLE color: 11230241.

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

Color convert

RGB3392171-
CMYK0.810.4600.33
HSL214.35º67.65%40%-
HSV(B)214.35º80.7%67.06%-
XYZ11.8110.9240.01-
YUV83.36177.4592.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.15%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=11.15%
G=31.08%
B=57.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33921710.810.4600.33214.3567.6540
Hex215CAB512E021d64428
Octal411342531215604132610450
Binary10000110111001010101110100011011100100001110101101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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