#276E94

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

Shades of Lochmara #276E94

Tints of Lochmara #276E94

Color information

#276E94 (or 0x276E94) is unknown color: approx Lochmara. HEX triplet: 27, 6E and 94. RGB value is (39,110,148). Sum of RGB (Red+Green+Blue) = 39+110+148=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #276E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E94 is #D8916B. Grayscale: #5C5C5C. Windows color (decimal): -14193004 or 9727527. OLE color: 9727527.

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

Color convert

RGB39110148-
CMYK0.740.2600.42
HSL200.92º58.29%36.67%-
HSV(B)200.92º73.65%58.04%-
XYZ11.7613.7230.05-
YUV93.1158.9889.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=13.13%
G=37.04%
B=49.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal391101480.740.2600.42200.9258.2936.67
Hex276E944A1A02Ac93a25
Octal47156224112320523117245
Binary100111110111010010100100101011010010101011001001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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