#276A95

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

Shades of Lochmara #276A95

Tints of Lochmara #276A95

Color information

#276A95 (or 0x276A95) is unknown color: approx Lochmara. HEX triplet: 27, 6A and 95. RGB value is (39,106,149). Sum of RGB (Red+Green+Blue) = 39+106+149=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #276A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A95 is #D8956A. Grayscale: #5A5A5A. Windows color (decimal): -14194027 or 9792039. OLE color: 9792039.

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

Color convert

RGB39106149-
CMYK0.740.2900.42
HSL203.45º58.51%36.86%-
HSV(B)203.45º73.83%58.43%-
XYZ11.4212.9130.32-
YUV90.87160.891-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.27%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=13.27%
G=36.05%
B=50.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391061490.740.2900.42203.4558.5136.86
Hex276A954A1D02Acb3b25
Octal47152225112350523137345
Binary100111110101010010101100101011101010101011001011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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