#2a619d

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

Shades of Lochmara #2A619D

Tints of Lochmara #2A619D

Color information

#2A619D (or 0x2A619D) is unknown color: approx Lochmara. HEX triplet: 2A, 61 and 9D. RGB value is (42,97,157). Sum of RGB (Red+Green+Blue) = 42+97+157=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A619D is #D59E62. Grayscale: #575757. Windows color (decimal): -13999715 or 10314026. OLE color: 10314026.

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

Color convert

RGB4297157-
CMYK0.730.3800.38
HSL211.3º57.79%39.02%-
HSV(B)211.3º73.25%61.57%-
XYZ11.3211.4833.52-
YUV87.4167.2895.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.19%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 157 (61.72% from 255) = 53.04%
R=14.19%
G=32.77%
B=53.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42971570.730.3800.38211.357.7939.02
Hex2A619D4926026d33a27
Octal52141235111460463237247
Binary1010101100001100111011001001100110010011011010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a619d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,157); }

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

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

 a { background-color: rgb(42,97,157); }

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

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

 span { border-color: rgb(42,97,157); }

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