#276AB2

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

Shades of Lochmara #276AB2

Tints of Lochmara #276AB2

Color information

#276AB2 (or 0x276AB2) is unknown color: approx Lochmara. HEX triplet: 27, 6A and B2. RGB value is (39,106,178). Sum of RGB (Red+Green+Blue) = 39+106+178=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #276AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276AB2 is #D8954D. Grayscale: #5D5D5D. Windows color (decimal): -14193998 or 11692583. OLE color: 11692583.

HSL color Cylindrical-coordinate representation of color #276AB2: hue angle of 211.08º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #276AB2 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB39106178-
CMYK0.780.4000.30
HSL211.08º64.06%42.55%-
HSV(B)211.08º78.09%69.8%-
XYZ14.0313.9544.07-
YUV94.18175.388.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 178 (69.92% from 255) = 55.11%
R=12.07%
G=32.82%
B=55.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal391061780.780.4000.30211.0864.0642.55
Hex276AB24E2801Ed3402b
Octal471522621165003632310053
Binary1001111101010101100101001110101000011110110100111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,106,178); }

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

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

 a { background-color: rgb(39,106,178); }

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

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

 span { border-color: rgb(39,106,178); }

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