#2a70b5

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

Shades of Lochmara #2A70B5

Tints of Lochmara #2A70B5

Color information

#2A70B5 (or 0x2A70B5) is unknown color: approx Lochmara. HEX triplet: 2A, 70 and B5. RGB value is (42,112,181). Sum of RGB (Red+Green+Blue) = 42+112+181=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 181 (71.09% from 255 or 54.03% from 335); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A70B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A70B5 is #D58F4A. Grayscale: #626262. Windows color (decimal): -13995851 or 11890730. OLE color: 11890730.

HSL color Cylindrical-coordinate representation of color #2A70B5: hue angle of 209.78º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A70B5 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42112181-
CMYK0.770.3800.29
HSL209.78º62.33%43.73%-
HSV(B)209.78º76.8%70.98%-
XYZ15.0915.4245.9-
YUV98.94174.3187.39-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 181 (71.09% from 255) = 54.03%
R=12.54%
G=33.43%
B=54.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal421121810.770.3800.29209.7862.3343.73
Hex2A70B54D2601Dd23e2c
Octal52160265115460353227654
Binary101010111000010110101100110110011001110111010010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a70b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,181); }

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

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

 a { background-color: rgb(42,112,181); }

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

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

 span { border-color: rgb(42,112,181); }

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