#276EA0

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

Shades of Lochmara #276EA0

Tints of Lochmara #276EA0

Color information

#276EA0 (or 0x276EA0) is unknown color: approx Lochmara. HEX triplet: 27, 6E and A0. RGB value is (39,110,160). Sum of RGB (Red+Green+Blue) = 39+110+160=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #276EA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276EA0 is #D8915F. Grayscale: #5E5E5E. Windows color (decimal): -14192992 or 10513959. OLE color: 10513959.

HSL color Cylindrical-coordinate representation of color #276EA0: hue angle of 204.79º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #276EA0 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB39110160-
CMYK0.760.3100.37
HSL204.79º60.8%39.02%-
HSV(B)204.79º75.63%62.75%-
XYZ12.7614.1235.31-
YUV94.47164.9888.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 160 (62.89% from 255) = 51.78%
R=12.62%
G=35.60%
B=51.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391101600.760.3100.37204.7960.839.02
Hex276EA04C1F025cd3d27
Octal47156240114370453157547
Binary100111110111010100000100110011111010010111001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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