#2B749A

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

Shades of Lochmara #2B749A

Tints of Lochmara #2B749A

Color information

#2B749A (or 0x2B749A) is unknown color: approx Lochmara. HEX triplet: 2B, 74 and 9A. RGB value is (43,116,154). Sum of RGB (Red+Green+Blue) = 43+116+154=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B749A is #D48B65. Grayscale: #626262. Windows color (decimal): -13929318 or 10122283. OLE color: 10122283.

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

Color convert

RGB43116154-
CMYK0.720.2500.40
HSL200.54º56.35%38.63%-
HSV(B)200.54º72.08%60.39%-
XYZ13.0715.3432.84-
YUV98.5159.3288.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.74%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 154 (60.55% from 255) = 49.20%
R=13.74%
G=37.06%
B=49.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431161540.720.2500.40200.5456.3538.63
Hex2B749A4819028c93827
Octal53164232110310503117047
Binary101011111010010011010100100011001010100011001001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,116,154); }

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

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

 a { background-color: rgb(43,116,154); }

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

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

 span { border-color: rgb(43,116,154); }

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