#277A98

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

Shades of Lochmara #277A98

Tints of Lochmara #277A98

Color information

#277A98 (or 0x277A98) is unknown color: approx Lochmara. HEX triplet: 27, 7A and 98. RGB value is (39,122,152). Sum of RGB (Red+Green+Blue) = 39+122+152=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #277A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #277A98 is #D88567. Grayscale: #646464. Windows color (decimal): -14189928 or 9992743. OLE color: 9992743.

HSL color Cylindrical-coordinate representation of color #277A98: hue angle of 195.93º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #277A98 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB39122152-
CMYK0.740.2000.40
HSL195.93º59.16%37.45%-
HSV(B)195.93º74.34%59.61%-
XYZ13.4616.6232.2-
YUV100.615784.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 122 (48.05% from 255) = 38.98%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=12.46%
G=38.98%
B=48.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391221520.740.2000.40195.9359.1637.45
Hex277A984A14028c43b25
Octal47172230112240503047345
Binary100111111101010011000100101010100010100011000100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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