#27609D

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

Shades of Lochmara #27609D

Tints of Lochmara #27609D

Color information

#27609D (or 0x27609D) is unknown color: approx Lochmara. HEX triplet: 27, 60 and 9D. RGB value is (39,96,157). Sum of RGB (Red+Green+Blue) = 39+96+157=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #27609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27609D is #D89F62. Grayscale: #555555. Windows color (decimal): -14196579 or 10313767. OLE color: 10313767.

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

Color convert

RGB3996157-
CMYK0.750.3900.38
HSL211.02º60.2%38.43%-
HSV(B)211.02º75.16%61.57%-
XYZ11.1111.2333.48-
YUV85.91168.1294.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=13.36%
G=32.88%
B=53.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39961570.750.3900.38211.0260.238.43
Hex27609D4B27026d33c26
Octal47140235113470463237446
Binary1001111100000100111011001011100111010011011010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27609D; }

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

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

<style>
 a { background-color: #27609D; }

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

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

<style>
 span { border-color: #27609D; }

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

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