#276ED2

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

Shades of Denim #276ED2

Tints of Denim #276ED2

Color information

#276ED2 (or 0x276ED2) is unknown color: approx Denim. HEX triplet: 27, 6E and D2. RGB value is (39,110,210). Sum of RGB (Red+Green+Blue) = 39+110+210=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 110 (43.36% from 255 or 30.64% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #276ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ED2 is #D8912D. Grayscale: #636363. Windows color (decimal): -14192942 or 13790759. OLE color: 13790759.

HSL color Cylindrical-coordinate representation of color #276ED2: hue angle of 215.09º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #276ED2 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB39110210-
CMYK0.810.4800.18
HSL215.09º68.67%48.82%-
HSV(B)215.09º81.43%82.35%-
XYZ18.0516.2463.16-
YUV100.17189.9884.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.86%
GREEN value IS 110 (43.36% from 255) = 30.64%
BLUE value IS 210 (82.42% from 255) = 58.50%
R=10.86%
G=30.64%
B=58.50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal391102100.810.4800.18215.0968.6748.82
Hex276ED25130012d74531
Octal471563221216002232710561
Binary1001111101110110100101010001110000010010110101111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276ED2; }

 p { color: rgb(39,110,210); }

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

<style>
 a { background-color: #276ED2; }

 a { background-color: rgb(39,110,210); }

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

<style>
 span { border-color: #276ED2; }

 span { border-color: rgb(39,110,210); }

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