#2B70BA

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

Shades of Lochmara #2B70BA

Tints of Lochmara #2B70BA

Color information

#2B70BA (or 0x2B70BA) is unknown color: approx Lochmara. HEX triplet: 2B, 70 and BA. RGB value is (43,112,186). Sum of RGB (Red+Green+Blue) = 43+112+186=341 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.61% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B70BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B70BA is #D48F45. Grayscale: #636363. Windows color (decimal): -13930310 or 12218411. OLE color: 12218411.

HSL color Cylindrical-coordinate representation of color #2B70BA: hue angle of 211.05º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B70BA is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB43112186-
CMYK0.770.4000.27
HSL211.05º62.45%44.9%-
HSV(B)211.05º76.88%72.94%-
XYZ15.6515.6548.65-
YUV99.8176.6487.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.61%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=12.61%
G=32.84%
B=54.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal431121860.770.4000.27211.0562.4544.9
Hex2B70BA4D2801Bd33e2d
Octal53160272115500333237655
Binary101011111000010111010100110110100001101111010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,112,186); }

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

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

 a { background-color: rgb(43,112,186); }

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

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

 span { border-color: rgb(43,112,186); }

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