#276E99

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

Shades of Lochmara #276E99

Tints of Lochmara #276E99

Color information

#276E99 (or 0x276E99) is unknown color: approx Lochmara. HEX triplet: 27, 6E and 99. RGB value is (39,110,153). Sum of RGB (Red+Green+Blue) = 39+110+153=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #276E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276E99 is #D89166. Grayscale: #5D5D5D. Windows color (decimal): -14192999 or 10055207. OLE color: 10055207.

HSL color Cylindrical-coordinate representation of color #276E99: hue angle of 202.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #276E99 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39110153-
CMYK0.750.2800.4
HSL202.63º59.38%37.65%-
HSV(B)202.63º74.51%60%-
XYZ12.1613.8832.18-
YUV93.67161.4889-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.91%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=12.91%
G=36.42%
B=50.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391101530.750.2800.4202.6359.3837.65
Hex276E994B1C028cb3b26
Octal47156231113340503137346
Binary100111110111010011001100101111100010100011001011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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