#2B5E9F

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

Shades of Lochmara #2B5E9F

Tints of Lochmara #2B5E9F

Color information

#2B5E9F (or 0x2B5E9F) is unknown color: approx Lochmara. HEX triplet: 2B, 5E and 9F. RGB value is (43,94,159). Sum of RGB (Red+Green+Blue) = 43+94+159=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B5E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5E9F is #D4A160. Grayscale: #555555. Windows color (decimal): -13934945 or 10444331. OLE color: 10444331.

HSL color Cylindrical-coordinate representation of color #2B5E9F: hue angle of 213.62º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B5E9F is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4394159-
CMYK0.730.4100.38
HSL213.62º57.43%39.61%-
HSV(B)213.62º72.96%62.35%-
XYZ11.2611.0234.34-
YUV86.16169.197.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.53%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 159 (62.5% from 255) = 53.72%
R=14.53%
G=31.76%
B=53.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43941590.730.4100.38213.6257.4339.61
Hex2B5E9F4929026d63928
Octal53136237111510463267150
Binary1010111011110100111111001001101001010011011010110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,159); }

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

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

 a { background-color: rgb(43,94,159); }

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

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

 span { border-color: rgb(43,94,159); }

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