#276AAB

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

Shades of Lochmara #276AAB

Tints of Lochmara #276AAB

Color information

#276AAB (or 0x276AAB) is unknown color: approx Lochmara. HEX triplet: 27, 6A and AB. RGB value is (39,106,171). Sum of RGB (Red+Green+Blue) = 39+106+171=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #276AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276AAB is #D89554. Grayscale: #5D5D5D. Windows color (decimal): -14194005 or 11233831. OLE color: 11233831.

HSL color Cylindrical-coordinate representation of color #276AAB: hue angle of 209.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #276AAB is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39106171-
CMYK0.770.3800.33
HSL209.55º62.86%41.18%-
HSV(B)209.55º77.19%67.06%-
XYZ13.3413.6840.47-
YUV93.38171.889.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=12.34%
G=33.54%
B=54.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391061710.770.3800.33209.5562.8641.18
Hex276AAB4D26021d23f29
Octal47152253115460413227751
Binary1001111101010101010111001101100110010000111010010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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