#27759D

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

Shades of Lochmara #27759D

Tints of Lochmara #27759D

Color information

#27759D (or 0x27759D) is unknown color: approx Lochmara. HEX triplet: 27, 75 and 9D. RGB value is (39,117,157). Sum of RGB (Red+Green+Blue) = 39+117+157=313 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.46% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #27759D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27759D is #D88A62. Grayscale: #626262. Windows color (decimal): -14191203 or 10319143. OLE color: 10319143.

HSL color Cylindrical-coordinate representation of color #27759D: hue angle of 200.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27759D is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39117157-
CMYK0.750.2500.38
HSL200.34º60.2%38.43%-
HSV(B)200.34º75.16%61.57%-
XYZ13.2815.5934.21-
YUV98.24161.1685.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.46%
GREEN value IS 117 (46.09% from 255) = 37.38%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=12.46%
G=37.38%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391171570.750.2500.38200.3460.238.43
Hex27759D4B19026c83c26
Octal47165235113310463107446
Binary100111111010110011101100101111001010011011001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27759D; }

 p { color: rgb(39,117,157); }

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

<style>
 a { background-color: #27759D; }

 a { background-color: rgb(39,117,157); }

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

<style>
 span { border-color: #27759D; }

 span { border-color: rgb(39,117,157); }

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