#276796

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

Shades of Lochmara #276796

Tints of Lochmara #276796

Color information

#276796 (or 0x276796) is unknown color: approx Lochmara. HEX triplet: 27, 67 and 96. RGB value is (39,103,150). Sum of RGB (Red+Green+Blue) = 39+103+150=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #276796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #276796 is #D89869. Grayscale: #585858. Windows color (decimal): -14194794 or 9856807. OLE color: 9856807.

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

Color convert

RGB39103150-
CMYK0.740.3100.41
HSL205.41º58.73%37.06%-
HSV(B)205.41º74%58.82%-
XYZ11.1912.3330.64-
YUV89.22162.392.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=13.36%
G=35.27%
B=51.37%

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
Decimal391031500.740.3100.41205.4158.7337.06
Hex2767964A1F029cd3b25
Octal47147226112370513157345
Binary100111110011110010110100101011111010100111001101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276796; }

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

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

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

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

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

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

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

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