#276ed1

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

Shades of Denim #276ED1

Tints of Denim #276ED1

Color information

#276ED1 (or 0x276ED1) is unknown color: approx Denim. HEX triplet: 27, 6E and D1. RGB value is (39,110,209). Sum of RGB (Red+Green+Blue) = 39+110+209=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 209 (82.03% from 255 or 58.38% from 358); Max value from RGB is 209 - color contains mainly: blue. Hex color #276ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ED1 is #D8912E. Grayscale: #636363. Windows color (decimal): -14192943 or 13725223. OLE color: 13725223.

HSL color Cylindrical-coordinate representation of color #276ED1: hue angle of 214.94º 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 #276ED1 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB39110209-
CMYK0.810.4700.18
HSL214.94º68.55%48.63%-
HSV(B)214.94º81.34%81.96%-
XYZ17.9216.1962.5-
YUV100.06189.4884.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.89%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 209 (82.03% from 255) = 58.38%
R=10.89%
G=30.73%
B=58.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal391102090.810.4700.18214.9468.5548.63
Hex276ED1512F012d74531
Octal471563211215702232710561
Binary1001111101110110100011010001101111010010110101111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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