#2c739b

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

Shades of Lochmara #2C739B

Tints of Lochmara #2C739B

Color information

#2C739B (or 0x2C739B) is unknown color: approx Lochmara. HEX triplet: 2C, 73 and 9B. RGB value is (44,115,155). Sum of RGB (Red+Green+Blue) = 44+115+155=314 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.01% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C739B is #D38C64. Grayscale: #626262. Windows color (decimal): -13864037 or 10187564. OLE color: 10187564.

HSL color Cylindrical-coordinate representation of color #2C739B: hue angle of 201.62º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C739B is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB44115155-
CMYK0.720.2600.39
HSL201.62º55.78%39.02%-
HSV(B)201.62º71.61%60.78%-
XYZ13.0915.1633.25-
YUV98.33159.9889.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.01%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=14.01%
G=36.62%
B=49.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal441151550.720.2600.39201.6255.7839.02
Hex2C739B481A027ca3827
Octal54163233110320473127047
Binary101100111001110011011100100011010010011111001010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c739b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,155); }

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

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

 a { background-color: rgb(44,115,155); }

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

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

 span { border-color: rgb(44,115,155); }

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