#27759B

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

Shades of Lochmara #27759B

Tints of Lochmara #27759B

Color information

#27759B (or 0x27759B) is unknown color: approx Lochmara. HEX triplet: 27, 75 and 9B. RGB value is (39,117,155). Sum of RGB (Red+Green+Blue) = 39+117+155=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #27759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27759B is #D88A64. Grayscale: #616161. Windows color (decimal): -14191205 or 10188071. OLE color: 10188071.

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

Color convert

RGB39117155-
CMYK0.750.2500.39
HSL199.66º59.79%38.04%-
HSV(B)199.66º74.84%60.78%-
XYZ13.1115.5233.31-
YUV98.01160.1685.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=12.54%
G=37.62%
B=49.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391171550.750.2500.39199.6659.7938.04
Hex27759B4B19027c83c26
Octal47165233113310473107446
Binary100111111010110011011100101111001010011111001000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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