#277da6

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

Shades of Lochmara #277DA6

Tints of Lochmara #277DA6

Color information

#277DA6 (or 0x277DA6) is unknown color: approx Lochmara. HEX triplet: 27, 7D and A6. RGB value is (39,125,166). Sum of RGB (Red+Green+Blue) = 39+125+166=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #277DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277DA6 is #D88259. Grayscale: #676767. Windows color (decimal): -14189146 or 10911015. OLE color: 10911015.

HSL color Cylindrical-coordinate representation of color #277DA6: hue angle of 199.37º 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 #277DA6 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB39125166-
CMYK0.770.2500.35
HSL199.37º61.95%40.2%-
HSV(B)199.37º76.51%65.1%-
XYZ15.0517.8538.73-
YUV103.96163.0181.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.82%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 166 (65.23% from 255) = 50.30%
R=11.82%
G=37.88%
B=50.30%

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
Decimal391251660.770.2500.35199.3761.9540.2
Hex277DA64D19023c73e28
Octal47175246115310433077650
Binary100111111110110100110100110111001010001111000111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277da6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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