#2062BD

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

Shades of Denim #2062BD

Tints of Denim #2062BD

Color information

#2062BD (or 0x2062BD) is unknown color: approx Denim. HEX triplet: 20, 62 and BD. RGB value is (32,98,189). Sum of RGB (Red+Green+Blue) = 32+98+189=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #2062BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062BD is #DF9D42. Grayscale: #585858. Windows color (decimal): -14654787 or 12411424. OLE color: 12411424.

HSL color Cylindrical-coordinate representation of color #2062BD: hue angle of 214.78º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2062BD is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3298189-
CMYK0.830.4800.26
HSL214.78º71.04%43.33%-
HSV(B)214.78º83.07%74.12%-
XYZ14.1512.7249.85-
YUV88.64184.6387.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.03%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=10.03%
G=30.72%
B=59.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal32981890.830.4800.26214.7871.0443.33
Hex2062BD533001Ad7472b
Octal401422751236003232710753
Binary1000001100010101111011010011110000011010110101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2062BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2062BD; }

 p { color: rgb(32,98,189); }

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

<style>
 a { background-color: #2062BD; }

 a { background-color: rgb(32,98,189); }

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

<style>
 span { border-color: #2062BD; }

 span { border-color: rgb(32,98,189); }

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