#205DB3

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

Shades of Denim #205DB3

Tints of Denim #205DB3

Color information

#205DB3 (or 0x205DB3) is unknown color: approx Denim. HEX triplet: 20, 5D and B3. RGB value is (32,93,179). Sum of RGB (Red+Green+Blue) = 32+93+179=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #205DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DB3 is #DFA24C. Grayscale: #545454. Windows color (decimal): -14656077 or 11754784. OLE color: 11754784.

HSL color Cylindrical-coordinate representation of color #205DB3: hue angle of 215.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #205DB3 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3293179-
CMYK0.820.4800.30
HSL215.1º69.67%41.37%-
HSV(B)215.1º82.12%70.2%-
XYZ12.6511.3944.18-
YUV84.56181.2990.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.53%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 179 (70.31% from 255) = 58.88%
R=10.53%
G=30.59%
B=58.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32931790.820.4800.30215.169.6741.37
Hex205DB3523001Ed74629
Octal401352631226003632710651
Binary1000001011101101100111010010110000011110110101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205DB3; }

 p { color: rgb(32,93,179); }

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

<style>
 a { background-color: #205DB3; }

 a { background-color: rgb(32,93,179); }

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

<style>
 span { border-color: #205DB3; }

 span { border-color: rgb(32,93,179); }

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