#295BA8

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

Shades of Lochmara #295BA8

Tints of Lochmara #295BA8

Color information

#295BA8 (or 0x295BA8) is unknown color: approx Lochmara. HEX triplet: 29, 5B and A8. RGB value is (41,91,168). Sum of RGB (Red+Green+Blue) = 41+91+168=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #295BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295BA8 is #D6A457. Grayscale: #545454. Windows color (decimal): -14066776 or 11033385. OLE color: 11033385.

HSL color Cylindrical-coordinate representation of color #295BA8: hue angle of 216.38º 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 #295BA8 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4191168-
CMYK0.760.4600.34
HSL216.38º60.77%40.98%-
HSV(B)216.38º75.6%65.88%-
XYZ11.7210.7838.51-
YUV84.83174.9496.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 168 (66.02% from 255) = 56%
R=13.67%
G=30.33%
B=56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41911680.760.4600.34216.3860.7740.98
Hex295BA84C2E022d83d29
Octal51133250114560423307551
Binary1010011011011101010001001100101110010001011011000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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