#2B739C

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

Shades of Lochmara #2B739C

Tints of Lochmara #2B739C

Color information

#2B739C (or 0x2B739C) is unknown color: approx Lochmara. HEX triplet: 2B, 73 and 9C. RGB value is (43,115,156). Sum of RGB (Red+Green+Blue) = 43+115+156=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B739C is #D48C63. Grayscale: #616161. Windows color (decimal): -13929572 or 10253099. OLE color: 10253099.

HSL color Cylindrical-coordinate representation of color #2B739C: hue angle of 201.77º degrees, saturation: 0.57, 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 #2B739C is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB43115156-
CMYK0.720.2600.39
HSL201.77º56.78%39.02%-
HSV(B)201.77º72.44%61.18%-
XYZ13.1315.1833.69-
YUV98.15160.6588.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 156 (61.33% from 255) = 49.68%
R=13.69%
G=36.62%
B=49.68%

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
Decimal431151560.720.2600.39201.7756.7839.02
Hex2B739C481A027ca3927
Octal53163234110320473127147
Binary101011111001110011100100100011010010011111001010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,115,156); }

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

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

 a { background-color: rgb(43,115,156); }

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

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

 span { border-color: rgb(43,115,156); }

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