#276EA4

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

Shades of Lochmara #276EA4

Tints of Lochmara #276EA4

Color information

#276EA4 (or 0x276EA4) is unknown color: approx Lochmara. HEX triplet: 27, 6E and A4. RGB value is (39,110,164). Sum of RGB (Red+Green+Blue) = 39+110+164=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #276EA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276EA4 is #D8915B. Grayscale: #5E5E5E. Windows color (decimal): -14192988 or 10776103. OLE color: 10776103.

HSL color Cylindrical-coordinate representation of color #276EA4: hue angle of 205.92º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #276EA4 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB39110164-
CMYK0.760.3300.36
HSL205.92º61.58%39.8%-
HSV(B)205.92º76.22%64.31%-
XYZ13.1114.2637.18-
YUV94.93166.9888.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 164 (64.45% from 255) = 52.40%
R=12.46%
G=35.14%
B=52.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal391101640.760.3300.36205.9261.5839.8
Hex276EA44C21024ce3e28
Octal47156244114410443167650
Binary1001111101110101001001001100100001010010011001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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