#276896

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

Shades of Lochmara #276896

Tints of Lochmara #276896

Color information

#276896 (or 0x276896) is unknown color: approx Lochmara. HEX triplet: 27, 68 and 96. RGB value is (39,104,150). Sum of RGB (Red+Green+Blue) = 39+104+150=293 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.31% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #276896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276896 is #D89769. Grayscale: #595959. Windows color (decimal): -14194538 or 9857063. OLE color: 9857063.

HSL color Cylindrical-coordinate representation of color #276896: hue angle of 204.86º 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 #276896 is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB39104150-
CMYK0.740.3100.41
HSL204.86º58.73%37.06%-
HSV(B)204.86º74%58.82%-
XYZ11.2912.5330.68-
YUV89.81161.9791.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.31%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=13.31%
G=35.49%
B=51.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391041500.740.3100.41204.8658.7337.06
Hex2768964A1F029cd3b25
Octal47150226112370513157345
Binary100111110100010010110100101011111010100111001101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276896; }

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

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

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

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

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

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

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

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