#277599

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

Shades of Lochmara #277599

Tints of Lochmara #277599

Color information

#277599 (or 0x277599) is unknown color: approx Lochmara. HEX triplet: 27, 75 and 99. RGB value is (39,117,153). Sum of RGB (Red+Green+Blue) = 39+117+153=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #277599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277599 is #D88A66. Grayscale: #616161. Windows color (decimal): -14191207 or 10056999. OLE color: 10056999.

HSL color Cylindrical-coordinate representation of color #277599: hue angle of 198.95º 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 #277599 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB39117153-
CMYK0.750.2400.4
HSL198.95º59.38%37.65%-
HSV(B)198.95º74.51%60%-
XYZ12.9515.4532.44-
YUV97.78159.1686.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=12.62%
G=37.86%
B=49.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391171530.750.2400.4198.9559.3837.65
Hex2775994B18028c73b26
Octal47165231113300503077346
Binary100111111010110011001100101111000010100011000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277599; }

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

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

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

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

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

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

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

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