#27769F

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

Shades of Lochmara #27769F

Tints of Lochmara #27769F

Color information

#27769F (or 0x27769F) is unknown color: approx Lochmara. HEX triplet: 27, 76 and 9F. RGB value is (39,118,159). Sum of RGB (Red+Green+Blue) = 39+118+159=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #27769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27769F is #D88960. Grayscale: #626262. Windows color (decimal): -14190945 or 10450471. OLE color: 10450471.

HSL color Cylindrical-coordinate representation of color #27769F: hue angle of 200.5º degrees, saturation: 0.61, 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 #27769F is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB39118159-
CMYK0.750.2600.38
HSL200.5º60.61%38.82%-
HSV(B)200.5º75.47%62.35%-
XYZ13.5715.8935.15-
YUV99.05161.8385.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=12.34%
G=37.34%
B=50.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391181590.750.2600.38200.560.6138.82
Hex27769F4B1A026c83d27
Octal47166237113320463107547
Binary100111111011010011111100101111010010011011001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27769F; }

 p { color: rgb(39,118,159); }

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

<style>
 a { background-color: #27769F; }

 a { background-color: rgb(39,118,159); }

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

<style>
 span { border-color: #27769F; }

 span { border-color: rgb(39,118,159); }

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