#295EA8

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

Shades of Lochmara #295EA8

Tints of Lochmara #295EA8

Color information

#295EA8 (or 0x295EA8) is unknown color: approx Lochmara. HEX triplet: 29, 5E and A8. RGB value is (41,94,168). Sum of RGB (Red+Green+Blue) = 41+94+168=303 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.53% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #295EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295EA8 is #D6A157. Grayscale: #565656. Windows color (decimal): -14066008 or 11034153. OLE color: 11034153.

HSL color Cylindrical-coordinate representation of color #295EA8: hue angle of 214.96º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295EA8 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4194168-
CMYK0.760.4400.34
HSL214.96º60.77%40.98%-
HSV(B)214.96º75.6%65.88%-
XYZ11.9911.338.6-
YUV86.59173.9495.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.53%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 168 (66.02% from 255) = 55.45%
R=13.53%
G=31.02%
B=55.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41941680.760.4400.34214.9660.7740.98
Hex295EA84C2C022d73d29
Octal51136250114540423277551
Binary1010011011110101010001001100101100010001011010111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295EA8; }

 p { color: rgb(41,94,168); }

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

<style>
 a { background-color: #295EA8; }

 a { background-color: rgb(41,94,168); }

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

<style>
 span { border-color: #295EA8; }

 span { border-color: rgb(41,94,168); }

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