#2B6992

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

Shades of Lochmara #2B6992

Tints of Lochmara #2B6992

Color information

#2B6992 (or 0x2B6992) is unknown color: approx Lochmara. HEX triplet: 2B, 69 and 92. RGB value is (43,105,146). Sum of RGB (Red+Green+Blue) = 43+105+146=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6992 is #D4966D. Grayscale: #5A5A5A. Windows color (decimal): -13932142 or 9595179. OLE color: 9595179.

HSL color Cylindrical-coordinate representation of color #2B6992: hue angle of 203.88º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B6992 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB43105146-
CMYK0.710.2800.43
HSL203.88º54.5%37.06%-
HSV(B)203.88º70.55%57.25%-
XYZ11.2412.6929.05-
YUV91.14158.9693.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=14.63%
G=35.71%
B=49.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal431051460.710.2800.43203.8854.537.06
Hex2B6992471C02Bcc3625
Octal53151222107340533146645
Binary101011110100110010010100011111100010101111001100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,105,146); }

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

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

 a { background-color: rgb(43,105,146); }

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

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

 span { border-color: rgb(43,105,146); }

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