#2676C4

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

Shades of Denim #2676C4

Tints of Denim #2676C4

Color information

#2676C4 (or 0x2676C4) is unknown color: approx Denim. HEX triplet: 26, 76 and C4. RGB value is (38,118,196). Sum of RGB (Red+Green+Blue) = 38+118+196=352 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.80% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 196 (76.95% from 255 or 55.68% from 352); Max value from RGB is 196 - color contains mainly: blue. Hex color #2676C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676C4 is #D9893B. Grayscale: #666666. Windows color (decimal): -14256444 or 12875302. OLE color: 12875302.

HSL color Cylindrical-coordinate representation of color #2676C4: hue angle of 209.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2676C4 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB38118196-
CMYK0.810.4000.23
HSL209.62º67.52%45.88%-
HSV(B)209.62º80.61%76.86%-
XYZ17.2417.3554.67-
YUV102.97180.581.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.80%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 196 (76.95% from 255) = 55.68%
R=10.80%
G=33.52%
B=55.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal381181960.810.4000.23209.6267.5245.88
Hex2676C45128017d2442e
Octal461663041215002732210456
Binary1001101110110110001001010001101000010111110100101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2676C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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