#2A5D9F

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

Shades of Lochmara #2A5D9F

Tints of Lochmara #2A5D9F

Color information

#2A5D9F (or 0x2A5D9F) is unknown color: approx Lochmara. HEX triplet: 2A, 5D and 9F. RGB value is (42,93,159). Sum of RGB (Red+Green+Blue) = 42+93+159=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A5D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5D9F is #D5A260. Grayscale: #545454. Windows color (decimal): -14000737 or 10444074. OLE color: 10444074.

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

Color convert

RGB4293159-
CMYK0.740.4200.38
HSL213.85º58.21%39.41%-
HSV(B)213.85º73.58%62.35%-
XYZ11.1310.8234.3-
YUV85.28169.697.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=14.29%
G=31.63%
B=54.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42931590.740.4200.38213.8558.2139.41
Hex2A5D9F4A2A026d63a27
Octal52135237112520463267247
Binary1010101011101100111111001010101010010011011010110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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