#2661B4

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

Shades of Denim #2661B4

Tints of Denim #2661B4

Color information

#2661B4 (or 0x2661B4) is unknown color: approx Denim. HEX triplet: 26, 61 and B4. RGB value is (38,97,180). Sum of RGB (Red+Green+Blue) = 38+97+180=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #2661B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661B4 is #D99E4B. Grayscale: #585858. Windows color (decimal): -14261836 or 11821350. OLE color: 11821350.

HSL color Cylindrical-coordinate representation of color #2661B4: hue angle of 215.07º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2661B4 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3897180-
CMYK0.790.4600.29
HSL215.07º65.14%42.75%-
HSV(B)215.07º78.89%70.59%-
XYZ13.3112.2644.84-
YUV88.82179.4591.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 180 (70.70% from 255) = 57.14%
R=12.06%
G=30.79%
B=57.14%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38971800.790.4600.29215.0765.1442.75
Hex2661B44F2E01Dd7412b
Octal461412641175603532710153
Binary1001101100001101101001001111101110011101110101111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2661B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2661B4; }

 p { color: rgb(38,97,180); }

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

<style>
 a { background-color: #2661B4; }

 a { background-color: rgb(38,97,180); }

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

<style>
 span { border-color: #2661B4; }

 span { border-color: rgb(38,97,180); }

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