#276A94

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

Shades of Lochmara #276A94

Tints of Lochmara #276A94

Color information

#276A94 (or 0x276A94) is unknown color: approx Lochmara. HEX triplet: 27, 6A and 94. RGB value is (39,106,148). Sum of RGB (Red+Green+Blue) = 39+106+148=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #276A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276A94 is #D8956B. Grayscale: #5A5A5A. Windows color (decimal): -14194028 or 9726503. OLE color: 9726503.

HSL color Cylindrical-coordinate representation of color #276A94: hue angle of 203.12º degrees, saturation: 0.58, 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 #276A94 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB39106148-
CMYK0.740.2800.42
HSL203.12º58.29%36.67%-
HSV(B)203.12º73.65%58.04%-
XYZ11.3412.8829.91-
YUV90.76160.391.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=13.31%
G=36.18%
B=50.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391061480.740.2800.42203.1258.2936.67
Hex276A944A1C02Acb3a25
Octal47152224112340523137245
Binary100111110101010010100100101011100010101011001011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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