#27669E

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

Shades of Lochmara #27669E

Tints of Lochmara #27669E

Color information

#27669E (or 0x27669E) is unknown color: approx Lochmara. HEX triplet: 27, 66 and 9E. RGB value is (39,102,158). Sum of RGB (Red+Green+Blue) = 39+102+158=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #27669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27669E is #D89961. Grayscale: #595959. Windows color (decimal): -14195042 or 10380839. OLE color: 10380839.

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

Color convert

RGB39102158-
CMYK0.750.3500.38
HSL208.24º60.41%38.63%-
HSV(B)208.24º75.32%61.96%-
XYZ11.7612.434.12-
YUV89.55166.6391.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 102 (40.23% from 255) = 34.11%
BLUE value IS 158 (62.11% from 255) = 52.84%
R=13.04%
G=34.11%
B=52.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal391021580.750.3500.38208.2460.4138.63
Hex27669E4B23026d03c27
Octal47146236113430463207447
Binary1001111100110100111101001011100011010011011010000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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