#277B9C

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

Shades of Lochmara #277B9C

Tints of Lochmara #277B9C

Color information

#277B9C (or 0x277B9C) is unknown color: approx Lochmara. HEX triplet: 27, 7B and 9C. RGB value is (39,123,156). Sum of RGB (Red+Green+Blue) = 39+123+156=318 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.26% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #277B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277B9C is #D88463. Grayscale: #656565. Windows color (decimal): -14189668 or 10255143. OLE color: 10255143.

HSL color Cylindrical-coordinate representation of color #277B9C: hue angle of 196.92º 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 #277B9C is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB39123156-
CMYK0.750.2100.39
HSL196.92º60%38.24%-
HSV(B)196.92º75%61.18%-
XYZ13.921734-
YUV101.65158.6783.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.26%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=12.26%
G=38.68%
B=49.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391231560.750.2100.39196.926038.24
Hex277B9C4B15027c53c26
Octal47173234113250473057446
Binary100111111101110011100100101110101010011111000101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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