#215faa

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

Shades of Denim #215FAA

Tints of Denim #215FAA

Color information

#215FAA (or 0x215FAA) is unknown color: approx Denim. HEX triplet: 21, 5F and AA. RGB value is (33,95,170). Sum of RGB (Red+Green+Blue) = 33+95+170=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #215FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215FAA is #DEA055. Grayscale: #545454. Windows color (decimal): -14590038 or 11165473. OLE color: 11165473.

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

Color convert

RGB3395170-
CMYK0.810.4400.33
HSL212.85º67.49%39.8%-
HSV(B)212.85º80.59%66.67%-
XYZ11.9811.4139.6-
YUV85.01175.9690.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.07%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=11.07%
G=31.88%
B=57.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33951700.810.4400.33212.8567.4939.8
Hex215FAA512C021d54328
Octal411372521215404132510350
Binary10000110111111010101010100011011000100001110101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,95,170); }

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

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

 a { background-color: rgb(33,95,170); }

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

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

 span { border-color: rgb(33,95,170); }

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