#277CA6

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

Shades of Lochmara #277CA6

Tints of Lochmara #277CA6

Color information

#277CA6 (or 0x277CA6) is unknown color: approx Lochmara. HEX triplet: 27, 7C and A6. RGB value is (39,124,166). Sum of RGB (Red+Green+Blue) = 39+124+166=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 166 (65.23% from 255 or 50.46% from 329); Max value from RGB is 166 - color contains mainly: blue. Hex color #277CA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277CA6 is #D88359. Grayscale: #676767. Windows color (decimal): -14189402 or 10910759. OLE color: 10910759.

HSL color Cylindrical-coordinate representation of color #277CA6: hue angle of 199.84º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #277CA6 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB39124166-
CMYK0.770.2500.35
HSL199.84º61.95%40.2%-
HSV(B)199.84º76.51%65.1%-
XYZ14.9317.638.69-
YUV103.37163.3482.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.85%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 166 (65.23% from 255) = 50.46%
R=11.85%
G=37.69%
B=50.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal391241660.770.2500.35199.8461.9540.2
Hex277CA64D19023c83e28
Octal47174246115310433107650
Binary100111111110010100110100110111001010001111001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,124,166); }

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

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

 a { background-color: rgb(39,124,166); }

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

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

 span { border-color: rgb(39,124,166); }

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