#2B7699

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

Shades of Lochmara #2B7699

Tints of Lochmara #2B7699

Color information

#2B7699 (or 0x2B7699) is unknown color: approx Lochmara. HEX triplet: 2B, 76 and 99. RGB value is (43,118,153). Sum of RGB (Red+Green+Blue) = 43+118+153=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B7699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7699 is #D48966. Grayscale: #636363. Windows color (decimal): -13928807 or 10057259. OLE color: 10057259.

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

Color convert

RGB43118153-
CMYK0.720.2300.4
HSL199.09º56.12%38.43%-
HSV(B)199.09º71.9%60%-
XYZ13.2215.7732.48-
YUV99.56158.1587.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.69%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=13.69%
G=37.58%
B=48.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal431181530.720.2300.4199.0956.1238.43
Hex2B76994817028c73826
Octal53166231110270503077046
Binary101011111011010011001100100010111010100011000111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B7699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,118,153); }

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

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

 a { background-color: rgb(43,118,153); }

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

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

 span { border-color: rgb(43,118,153); }

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