#27719E

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

Shades of Lochmara #27719E

Tints of Lochmara #27719E

Color information

#27719E (or 0x27719E) is unknown color: approx Lochmara. HEX triplet: 27, 71 and 9E. RGB value is (39,113,158). Sum of RGB (Red+Green+Blue) = 39+113+158=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #27719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27719E is #D88E61. Grayscale: #5F5F5F. Windows color (decimal): -14192226 or 10383655. OLE color: 10383655.

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

Color convert

RGB39113158-
CMYK0.750.2800.38
HSL202.69º60.41%38.63%-
HSV(B)202.69º75.32%61.96%-
XYZ12.9114.7134.51-
YUV96162.9887.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=12.58%
G=36.45%
B=50.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391131580.750.2800.38202.6960.4138.63
Hex27719E4B1C026cb3c27
Octal47161236113340463137447
Binary100111111000110011110100101111100010011011001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27719E; }

 p { color: rgb(39,113,158); }

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

<style>
 a { background-color: #27719E; }

 a { background-color: rgb(39,113,158); }

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

<style>
 span { border-color: #27719E; }

 span { border-color: rgb(39,113,158); }

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