#277597

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

Shades of Lochmara #277597

Tints of Lochmara #277597

Color information

#277597 (or 0x277597) is unknown color: approx Lochmara. HEX triplet: 27, 75 and 97. RGB value is (39,117,151). Sum of RGB (Red+Green+Blue) = 39+117+151=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #277597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277597 is #D88A68. Grayscale: #616161. Windows color (decimal): -14191209 or 9925927. OLE color: 9925927.

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

Color convert

RGB39117151-
CMYK0.740.2300.41
HSL198.21º58.95%37.25%-
HSV(B)198.21º74.17%59.22%-
XYZ12.7815.3931.57-
YUV97.55158.1686.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=12.70%
G=38.11%
B=49.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal391171510.740.2300.41198.2158.9537.25
Hex2775974A17029c63b25
Octal47165227112270513067345
Binary100111111010110010111100101010111010100111000110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277597; }

 p { color: rgb(39,117,151); }

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

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

 a { background-color: rgb(39,117,151); }

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

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

 span { border-color: rgb(39,117,151); }

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