#2676C2

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

Shades of Denim #2676C2

Tints of Denim #2676C2

Color information

#2676C2 (or 0x2676C2) is unknown color: approx Denim. HEX triplet: 26, 76 and C2. RGB value is (38,118,194). Sum of RGB (Red+Green+Blue) = 38+118+194=350 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 194 (76.17% from 255 or 55.43% from 350); Max value from RGB is 194 - color contains mainly: blue. Hex color #2676C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676C2 is #D9893D. Grayscale: #666666. Windows color (decimal): -14256446 or 12744230. OLE color: 12744230.

HSL color Cylindrical-coordinate representation of color #2676C2: hue angle of 209.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2676C2 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB38118194-
CMYK0.800.3900.24
HSL209.23º67.24%45.49%-
HSV(B)209.23º80.41%76.08%-
XYZ17.0217.2653.47-
YUV102.74179.581.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.86%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 194 (76.17% from 255) = 55.43%
R=10.86%
G=33.71%
B=55.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal381181940.800.3900.24209.2367.2445.49
Hex2676C25027018d1432d
Octal461663021204703032110355
Binary1001101110110110000101010000100111011000110100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2676C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2676C2; }

 p { color: rgb(38,118,194); }

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

<style>
 a { background-color: #2676C2; }

 a { background-color: rgb(38,118,194); }

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

<style>
 span { border-color: #2676C2; }

 span { border-color: rgb(38,118,194); }

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