#2660AF

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

Shades of Denim #2660AF

Tints of Denim #2660AF

Color information

#2660AF (or 0x2660AF) is unknown color: approx Denim. HEX triplet: 26, 60 and AF. RGB value is (38,96,175). Sum of RGB (Red+Green+Blue) = 38+96+175=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #2660AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2660AF is #D99F50. Grayscale: #575757. Windows color (decimal): -14262097 or 11493414. OLE color: 11493414.

HSL color Cylindrical-coordinate representation of color #2660AF: hue angle of 214.6º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2660AF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3896175-
CMYK0.780.4500.31
HSL214.6º64.32%41.76%-
HSV(B)214.6º78.29%68.63%-
XYZ12.7211.8742.18-
YUV87.66177.2892.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=12.30%
G=31.07%
B=56.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal38961750.780.4500.31214.664.3241.76
Hex2660AF4E2D01Fd7402a
Octal461402571165503732710052
Binary1001101100000101011111001110101101011111110101111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2660AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2660AF; }

 p { color: rgb(38,96,175); }

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

<style>
 a { background-color: #2660AF; }

 a { background-color: rgb(38,96,175); }

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

<style>
 span { border-color: #2660AF; }

 span { border-color: rgb(38,96,175); }

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