#2062C3

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

Shades of Denim #2062C3

Tints of Denim #2062C3

Color information

#2062C3 (or 0x2062C3) is unknown color: approx Denim. HEX triplet: 20, 62 and C3. RGB value is (32,98,195). Sum of RGB (Red+Green+Blue) = 32+98+195=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #2062C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2062C3 is #DF9D3C. Grayscale: #585858. Windows color (decimal): -14654781 or 12804640. OLE color: 12804640.

HSL color Cylindrical-coordinate representation of color #2062C3: hue angle of 215.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2062C3 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3298195-
CMYK0.840.5000.24
HSL215.71º71.81%44.51%-
HSV(B)215.71º83.59%76.47%-
XYZ14.8112.9853.35-
YUV89.32187.6387.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.85%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 195 (76.56% from 255) = 60%
R=9.85%
G=30.15%
B=60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32981950.840.5000.24215.7171.8144.51
Hex2062C35432018d8482d
Octal401423031246203033011055
Binary1000001100010110000111010100110010011000110110001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2062C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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