#276A96

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

Shades of Lochmara #276A96

Tints of Lochmara #276A96

Color information

#276A96 (or 0x276A96) is unknown color: approx Lochmara. HEX triplet: 27, 6A and 96. RGB value is (39,106,150). Sum of RGB (Red+Green+Blue) = 39+106+150=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #276A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A96 is #D89569. Grayscale: #5A5A5A. Windows color (decimal): -14194026 or 9857575. OLE color: 9857575.

HSL color Cylindrical-coordinate representation of color #276A96: hue angle of 203.78º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #276A96 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB39106150-
CMYK0.740.2900.41
HSL203.78º58.73%37.06%-
HSV(B)203.78º74%58.82%-
XYZ11.512.9430.75-
YUV90.98161.390.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.22%
GREEN value IS 106 (41.80% from 255) = 35.93%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=13.22%
G=35.93%
B=50.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391061500.740.2900.41203.7858.7337.06
Hex276A964A1D029cc3b25
Octal47152226112350513147345
Binary100111110101010010110100101011101010100111001100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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