#2A6FB4

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

Shades of Lochmara #2A6FB4

Tints of Lochmara #2A6FB4

Color information

#2A6FB4 (or 0x2A6FB4) is unknown color: approx Lochmara. HEX triplet: 2A, 6F and B4. RGB value is (42,111,180). Sum of RGB (Red+Green+Blue) = 42+111+180=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A6FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6FB4 is #D5904B. Grayscale: #616161. Windows color (decimal): -13996108 or 11824938. OLE color: 11824938.

HSL color Cylindrical-coordinate representation of color #2A6FB4: hue angle of 210º 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 #2A6FB4 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB42111180-
CMYK0.770.3800.29
HSL210º62.16%43.53%-
HSV(B)210º76.67%70.59%-
XYZ14.8815.1645.32-
YUV98.24174.1487.89-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=12.61%
G=33.33%
B=54.05%

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
Decimal421111800.770.3800.2921062.1643.53
Hex2A6FB44D2601Dd23e2c
Octal52157264115460353227654
Binary101010110111110110100100110110011001110111010010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,111,180); }

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

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

 a { background-color: rgb(42,111,180); }

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

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

 span { border-color: rgb(42,111,180); }

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