#27689E

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

Shades of Lochmara #27689E

Tints of Lochmara #27689E

Color information

#27689E (or 0x27689E) is unknown color: approx Lochmara. HEX triplet: 27, 68 and 9E. RGB value is (39,104,158). Sum of RGB (Red+Green+Blue) = 39+104+158=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #27689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27689E is #D89761. Grayscale: #5A5A5A. Windows color (decimal): -14194530 or 10381351. OLE color: 10381351.

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

Color convert

RGB39104158-
CMYK0.750.3400.38
HSL207.23º60.41%38.63%-
HSV(B)207.23º75.32%61.96%-
XYZ11.9612.834.19-
YUV90.72165.9791.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=12.96%
G=34.55%
B=52.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391041580.750.3400.38207.2360.4138.63
Hex27689E4B22026cf3c27
Octal47150236113420463177447
Binary1001111101000100111101001011100010010011011001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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