#2A719B

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

Shades of Lochmara #2A719B

Tints of Lochmara #2A719B

Color information

#2A719B (or 0x2A719B) is unknown color: approx Lochmara. HEX triplet: 2A, 71 and 9B. RGB value is (42,113,155). Sum of RGB (Red+Green+Blue) = 42+113+155=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A719B is #D58E64. Grayscale: #606060. Windows color (decimal): -13995621 or 10187050. OLE color: 10187050.

HSL color Cylindrical-coordinate representation of color #2A719B: hue angle of 202.3º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A719B is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB42113155-
CMYK0.730.2700.39
HSL202.3º57.36%38.63%-
HSV(B)202.3º72.9%60.78%-
XYZ12.7814.6733.17-
YUV96.56160.9889.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 113 (44.53% from 255) = 36.45%
BLUE value IS 155 (60.94% from 255) = 50%
R=13.55%
G=36.45%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421131550.730.2700.39202.357.3638.63
Hex2A719B491B027ca3927
Octal52161233111330473127147
Binary101010111000110011011100100111011010011111001010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,155); }

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

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

 a { background-color: rgb(42,113,155); }

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

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

 span { border-color: rgb(42,113,155); }

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