#295FAC

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

Shades of Lochmara #295FAC

Tints of Lochmara #295FAC

Color information

#295FAC (or 0x295FAC) is unknown color: approx Lochmara. HEX triplet: 29, 5F and AC. RGB value is (41,95,172). Sum of RGB (Red+Green+Blue) = 41+95+172=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #295FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295FAC is #D6A053. Grayscale: #575757. Windows color (decimal): -14065748 or 11296553. OLE color: 11296553.

HSL color Cylindrical-coordinate representation of color #295FAC: hue angle of 215.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #295FAC is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4195172-
CMYK0.760.4500.33
HSL215.27º61.5%41.76%-
HSV(B)215.27º76.16%67.45%-
XYZ12.4511.6340.62-
YUV87.63175.6194.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.31%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 172 (67.58% from 255) = 55.84%
R=13.31%
G=30.84%
B=55.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41951720.760.4500.33215.2761.541.76
Hex295FAC4C2D021d73e2a
Octal51137254114550413277652
Binary1010011011111101011001001100101101010000111010111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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