#295FA5

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

Shades of Lochmara #295FA5

Tints of Lochmara #295FA5

Color information

#295FA5 (or 0x295FA5) is unknown color: approx Lochmara. HEX triplet: 29, 5F and A5. RGB value is (41,95,165). Sum of RGB (Red+Green+Blue) = 41+95+165=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 165 (64.84% from 255 or 54.82% from 301); Max value from RGB is 165 - color contains mainly: blue. Hex color #295FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FA5 is #D6A05A. Grayscale: #565656. Windows color (decimal): -14065755 or 10837801. OLE color: 10837801.

HSL color Cylindrical-coordinate representation of color #295FA5: hue angle of 213.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295FA5 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4195165-
CMYK0.750.4200.35
HSL213.87º60.19%40.39%-
HSV(B)213.87º75.15%64.71%-
XYZ11.811.3737.17-
YUV86.83172.1195.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 95 (37.5% from 255) = 31.56%
BLUE value IS 165 (64.84% from 255) = 54.82%
R=13.62%
G=31.56%
B=54.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41951650.750.4200.35213.8760.1940.39
Hex295FA54B2A023d63c28
Octal51137245113520433267450
Binary1010011011111101001011001011101010010001111010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,95,165); }

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

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

 a { background-color: rgb(41,95,165); }

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

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

 span { border-color: rgb(41,95,165); }

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