#2260AD

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

Shades of Denim #2260AD

Tints of Denim #2260AD

Color information

#2260AD (or 0x2260AD) is unknown color: approx Denim. HEX triplet: 22, 60 and AD. RGB value is (34,96,173). Sum of RGB (Red+Green+Blue) = 34+96+173=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #2260AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2260AD is #DD9F52. Grayscale: #555555. Windows color (decimal): -14524243 or 11362338. OLE color: 11362338.

HSL color Cylindrical-coordinate representation of color #2260AD: hue angle of 213.24º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2260AD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3496173-
CMYK0.800.4500.32
HSL213.24º67.15%40.59%-
HSV(B)213.24º80.35%67.84%-
XYZ12.3911.7241.15-
YUV86.24176.9690.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.22%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=11.22%
G=31.68%
B=57.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal34961730.800.4500.32213.2467.1540.59
Hex2260AD502D020d54329
Octal421402551205504032510351
Binary10001011000001010110110100001011010100000110101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2260AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2260AD; }

 p { color: rgb(34,96,173); }

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

<style>
 a { background-color: #2260AD; }

 a { background-color: rgb(34,96,173); }

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

<style>
 span { border-color: #2260AD; }

 span { border-color: rgb(34,96,173); }

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