#2A68AB

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

Shades of Lochmara #2A68AB

Tints of Lochmara #2A68AB

Color information

#2A68AB (or 0x2A68AB) is unknown color: approx Lochmara. HEX triplet: 2A, 68 and AB. RGB value is (42,104,171). Sum of RGB (Red+Green+Blue) = 42+104+171=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A68AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A68AB is #D59754. Grayscale: #5C5C5C. Windows color (decimal): -13997909 or 11233322. OLE color: 11233322.

HSL color Cylindrical-coordinate representation of color #2A68AB: hue angle of 211.16º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A68AB is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB42104171-
CMYK0.750.3900.33
HSL211.16º60.56%41.76%-
HSV(B)211.16º75.44%67.06%-
XYZ13.2613.3340.4-
YUV93.1171.9691.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.25%
GREEN value IS 104 (41.02% from 255) = 32.81%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=13.25%
G=32.81%
B=53.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal421041710.750.3900.33211.1660.5641.76
Hex2A68AB4B27021d33d2a
Octal52150253113470413237552
Binary1010101101000101010111001011100111010000111010011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,104,171); }

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

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

 a { background-color: rgb(42,104,171); }

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

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

 span { border-color: rgb(42,104,171); }

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