#277399

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

Shades of Lochmara #277399

Tints of Lochmara #277399

Color information

#277399 (or 0x277399) is unknown color: approx Lochmara. HEX triplet: 27, 73 and 99. RGB value is (39,115,153). Sum of RGB (Red+Green+Blue) = 39+115+153=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #277399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277399 is #D88C66. Grayscale: #606060. Windows color (decimal): -14191719 or 10056487. OLE color: 10056487.

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

Color convert

RGB39115153-
CMYK0.750.2500.4
HSL200º59.38%37.65%-
HSV(B)200º74.51%60%-
XYZ12.7214.9932.36-
YUV96.61159.8286.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 115 (45.31% from 255) = 37.46%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=12.70%
G=37.46%
B=49.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal391151530.750.2500.420059.3837.65
Hex2773994B19028c83b26
Octal47163231113310503107346
Binary100111111001110011001100101111001010100011001000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277399; }

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

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

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

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

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

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

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

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