#2F729C

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

Shades of Lochmara #2F729C

Tints of Lochmara #2F729C

Color information

#2F729C (or 0x2F729C) is unknown color: approx Lochmara. HEX triplet: 2F, 72 and 9C. RGB value is (47,114,156). Sum of RGB (Red+Green+Blue) = 47+114+156=317 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.83% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F729C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F729C is #D08D63. Grayscale: #626262. Windows color (decimal): -13667684 or 10252847. OLE color: 10252847.

HSL color Cylindrical-coordinate representation of color #2F729C: hue angle of 203.12º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F729C is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB47114156-
CMYK0.700.2700.39
HSL203.12º53.69%39.8%-
HSV(B)203.12º69.87%61.18%-
XYZ13.1915.0433.66-
YUV98.76160.391.08-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.83%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=14.83%
G=35.96%
B=49.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal471141560.700.2700.39203.1253.6939.8
Hex2F729C461B027cb3628
Octal57162234106330473136650
Binary101111111001010011100100011011011010011111001011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F729C; }

 p { color: rgb(47,114,156); }

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

<style>
 a { background-color: #2F729C; }

 a { background-color: rgb(47,114,156); }

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

<style>
 span { border-color: #2F729C; }

 span { border-color: rgb(47,114,156); }

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