#277499

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

Shades of Lochmara #277499

Tints of Lochmara #277499

Color information

#277499 (or 0x277499) is unknown color: approx Lochmara. HEX triplet: 27, 74 and 99. RGB value is (39,116,153). Sum of RGB (Red+Green+Blue) = 39+116+153=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #277499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277499 is #D88B66. Grayscale: #606060. Windows color (decimal): -14191463 or 10056743. OLE color: 10056743.

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

Color convert

RGB39116153-
CMYK0.750.2400.4
HSL199.47º59.38%37.65%-
HSV(B)199.47º74.51%60%-
XYZ12.8315.2232.4-
YUV97.2159.4986.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=12.66%
G=37.66%
B=49.68%

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
Decimal391161530.750.2400.4199.4759.3837.65
Hex2774994B18028c73b26
Octal47164231113300503077346
Binary100111111010010011001100101111000010100011000111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277499; }

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

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

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

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

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

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

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

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