#2B6DAF

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

Shades of Lochmara #2B6DAF

Tints of Lochmara #2B6DAF

Color information

#2B6DAF (or 0x2B6DAF) is unknown color: approx Lochmara. HEX triplet: 2B, 6D and AF. RGB value is (43,109,175). Sum of RGB (Red+Green+Blue) = 43+109+175=327 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.15% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B6DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6DAF is #D49250. Grayscale: #606060. Windows color (decimal): -13931089 or 11496747. OLE color: 11496747.

HSL color Cylindrical-coordinate representation of color #2B6DAF: hue angle of 210º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B6DAF is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43109175-
CMYK0.750.3800.31
HSL210º60.55%42.75%-
HSV(B)210º75.43%68.63%-
XYZ14.214.5542.62-
YUV96.79172.1389.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.15%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 53.52%
R=13.15%
G=33.33%
B=53.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431091750.750.3800.3121060.5542.75
Hex2B6DAF4B2601Fd23d2b
Octal53155257113460373227553
Binary101011110110110101111100101110011001111111010010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,109,175); }

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

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

 a { background-color: rgb(43,109,175); }

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

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

 span { border-color: rgb(43,109,175); }

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