#2676CB

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

Shades of Denim #2676CB

Tints of Denim #2676CB

Color information

#2676CB (or 0x2676CB) is unknown color: approx Denim. HEX triplet: 26, 76 and CB. RGB value is (38,118,203). Sum of RGB (Red+Green+Blue) = 38+118+203=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #2676CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2676CB is #D98934. Grayscale: #676767. Windows color (decimal): -14256437 or 13334054. OLE color: 13334054.

HSL color Cylindrical-coordinate representation of color #2676CB: hue angle of 210.91º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2676CB is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB38118203-
CMYK0.810.4200.20
HSL210.91º68.46%47.25%-
HSV(B)210.91º81.28%79.61%-
XYZ18.0617.6858.96-
YUV103.7718481.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.58%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 203 (79.69% from 255) = 56.55%
R=10.58%
G=32.87%
B=56.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal381182030.810.4200.20210.9168.4647.25
Hex2676CB512A014d3442f
Octal461663131215202432310457
Binary1001101110110110010111010001101010010100110100111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2676CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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