#2B6797

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

Shades of Lochmara #2B6797

Tints of Lochmara #2B6797

Color information

#2B6797 (or 0x2B6797) is unknown color: approx Lochmara. HEX triplet: 2B, 67 and 97. RGB value is (43,103,151). Sum of RGB (Red+Green+Blue) = 43+103+151=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B6797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6797 is #D49868. Grayscale: #5A5A5A. Windows color (decimal): -13932649 or 9922347. OLE color: 9922347.

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

Color convert

RGB43103151-
CMYK0.720.3200.41
HSL206.67º55.67%38.04%-
HSV(B)206.67º71.52%59.22%-
XYZ11.4312.4531.08-
YUV90.53162.1294.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.48%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 151 (59.38% from 255) = 50.84%
R=14.48%
G=34.68%
B=50.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal431031510.720.3200.41206.6755.6738.04
Hex2B67974820029cf3826
Octal53147227110400513177046
Binary1010111100111100101111001000100000010100111001111111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,151); }

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

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

 a { background-color: rgb(43,103,151); }

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

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

 span { border-color: rgb(43,103,151); }

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