#27729A

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

Shades of Lochmara #27729A

Tints of Lochmara #27729A

Color information

#27729A (or 0x27729A) is unknown color: approx Lochmara. HEX triplet: 27, 72 and 9A. RGB value is (39,114,154). Sum of RGB (Red+Green+Blue) = 39+114+154=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #27729A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #27729A is #D88D65. Grayscale: #5F5F5F. Windows color (decimal): -14191974 or 10121767. OLE color: 10121767.

HSL color Cylindrical-coordinate representation of color #27729A: hue angle of 200.87º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27729A is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB39114154-
CMYK0.750.2600.40
HSL200.87º59.59%37.84%-
HSV(B)200.87º74.68%60.39%-
XYZ12.6914.832.76-
YUV96.14160.6587.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.70%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=12.70%
G=37.13%
B=50.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal391141540.750.2600.40200.8759.5937.84
Hex27729A4B1A028c93c26
Octal47162232113320503117446
Binary100111111001010011010100101111010010100011001001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27729A; }

 p { color: rgb(39,114,154); }

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

<style>
 a { background-color: #27729A; }

 a { background-color: rgb(39,114,154); }

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

<style>
 span { border-color: #27729A; }

 span { border-color: rgb(39,114,154); }

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