#27739B

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

Shades of Lochmara #27739B

Tints of Lochmara #27739B

Color information

#27739B (or 0x27739B) is unknown color: approx Lochmara. HEX triplet: 27, 73 and 9B. RGB value is (39,115,155). Sum of RGB (Red+Green+Blue) = 39+115+155=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #27739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27739B is #D88C64. Grayscale: #606060. Windows color (decimal): -14191717 or 10187559. OLE color: 10187559.

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

Color convert

RGB39115155-
CMYK0.750.2600.39
HSL200.69º59.79%38.04%-
HSV(B)200.69º74.84%60.78%-
XYZ12.8815.0633.24-
YUV96.84160.8286.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.62%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=12.62%
G=37.22%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal391151550.750.2600.39200.6959.7938.04
Hex27739B4B1A027c93c26
Octal47163233113320473117446
Binary100111111001110011011100101111010010011111001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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