#277A9C

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

Shades of Lochmara #277A9C

Tints of Lochmara #277A9C

Color information

#277A9C (or 0x277A9C) is unknown color: approx Lochmara. HEX triplet: 27, 7A and 9C. RGB value is (39,122,156). Sum of RGB (Red+Green+Blue) = 39+122+156=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #277A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A9C is #D88563. Grayscale: #646464. Windows color (decimal): -14189924 or 10254887. OLE color: 10254887.

HSL color Cylindrical-coordinate representation of color #277A9C: hue angle of 197.44º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #277A9C is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB39122156-
CMYK0.750.2200.39
HSL197.44º60%38.24%-
HSV(B)197.44º75%61.18%-
XYZ13.816.7533.96-
YUV101.0615983.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=12.30%
G=38.49%
B=49.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391221560.750.2200.39197.446038.24
Hex277A9C4B16027c53c26
Octal47172234113260473057446
Binary100111111101010011100100101110110010011111000101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277A9C; }

 p { color: rgb(39,122,156); }

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

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

 a { background-color: rgb(39,122,156); }

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

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

 span { border-color: rgb(39,122,156); }

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