#2A769F

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

Shades of Lochmara #2A769F

Tints of Lochmara #2A769F

Color information

#2A769F (or 0x2A769F) is unknown color: approx Lochmara. HEX triplet: 2A, 76 and 9F. RGB value is (42,118,159). Sum of RGB (Red+Green+Blue) = 42+118+159=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A769F is #D58960. Grayscale: #636363. Windows color (decimal): -13994337 or 10450474. OLE color: 10450474.

HSL color Cylindrical-coordinate representation of color #2A769F: hue angle of 201.03º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A769F is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB42118159-
CMYK0.740.2600.38
HSL201.03º58.21%39.41%-
HSV(B)201.03º73.58%62.35%-
XYZ13.6915.9535.16-
YUV99.95161.3286.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.17%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=13.17%
G=36.99%
B=49.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421181590.740.2600.38201.0358.2139.41
Hex2A769F4A1A026c93a27
Octal52166237112320463117247
Binary101010111011010011111100101011010010011011001001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,118,159); }

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

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

 a { background-color: rgb(42,118,159); }

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

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

 span { border-color: rgb(42,118,159); }

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