#276CAB

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

Shades of Lochmara #276CAB

Tints of Lochmara #276CAB

Color information

#276CAB (or 0x276CAB) is unknown color: approx Lochmara. HEX triplet: 27, 6C and AB. RGB value is (39,108,171). Sum of RGB (Red+Green+Blue) = 39+108+171=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #276CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276CAB is #D89354. Grayscale: #5E5E5E. Windows color (decimal): -14193493 or 11234343. OLE color: 11234343.

HSL color Cylindrical-coordinate representation of color #276CAB: hue angle of 208.64º 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 #276CAB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB39108171-
CMYK0.770.3700.33
HSL208.64º62.86%41.18%-
HSV(B)208.64º77.19%67.06%-
XYZ13.5514.140.53-
YUV94.55171.1488.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.26%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=12.26%
G=33.96%
B=53.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal391081710.770.3700.33208.6462.8641.18
Hex276CAB4D25021d13f29
Octal47154253115450413217751
Binary1001111101100101010111001101100101010000111010001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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