#27739d

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

Shades of Lochmara #27739D

Tints of Lochmara #27739D

Color information

#27739D (or 0x27739D) is unknown color: approx Lochmara. HEX triplet: 27, 73 and 9D. RGB value is (39,115,157). Sum of RGB (Red+Green+Blue) = 39+115+157=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #27739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27739D is #D88C62. Grayscale: #606060. Windows color (decimal): -14191715 or 10318631. OLE color: 10318631.

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

Color convert

RGB39115157-
CMYK0.750.2700.38
HSL201.36º60.2%38.43%-
HSV(B)201.36º75.16%61.57%-
XYZ13.0515.1334.13-
YUV97.06161.8286.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=12.54%
G=36.98%
B=50.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391151570.750.2700.38201.3660.238.43
Hex27739D4B1B026c93c26
Octal47163235113330463117446
Binary100111111001110011101100101111011010011011001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27739d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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