#217ACE

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

Shades of Denim #217ACE

Tints of Denim #217ACE

Color information

#217ACE (or 0x217ACE) is unknown color: approx Denim. HEX triplet: 21, 7A and CE. RGB value is (33,122,206). Sum of RGB (Red+Green+Blue) = 33+122+206=361 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.14% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #217ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #217ACE is #DE8531. Grayscale: #686868. Windows color (decimal): -14583090 or 13531681. OLE color: 13531681.

HSL color Cylindrical-coordinate representation of color #217ACE: hue angle of 209.13º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #217ACE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB33122206-
CMYK0.840.4100.19
HSL209.13º72.38%46.86%-
HSV(B)209.13º83.98%80.78%-
XYZ18.7318.761.01-
YUV104.96185.0176.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.14%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 206 (80.86% from 255) = 57.06%
R=9.14%
G=33.80%
B=57.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal331222060.840.4100.19209.1372.3846.86
Hex217ACE5429013d1482f
Octal411723161245102332111057
Binary1000011111010110011101010100101001010011110100011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217ACE; }

 p { color: rgb(33,122,206); }

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

<style>
 a { background-color: #217ACE; }

 a { background-color: rgb(33,122,206); }

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

<style>
 span { border-color: #217ACE; }

 span { border-color: rgb(33,122,206); }

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