#295E9E

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

Shades of Lochmara #295E9E

Tints of Lochmara #295E9E

Color information

#295E9E (or 0x295E9E) is unknown color: approx Lochmara. HEX triplet: 29, 5E and 9E. RGB value is (41,94,158). Sum of RGB (Red+Green+Blue) = 41+94+158=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 94 (37.11% from 255 or 32.08% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #295E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295E9E is #D6A161. Grayscale: #555555. Windows color (decimal): -14066018 or 10378793. OLE color: 10378793.

HSL color Cylindrical-coordinate representation of color #295E9E: hue angle of 212.82º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295E9E is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4194158-
CMYK0.740.4100.38
HSL212.82º58.79%39.02%-
HSV(B)212.82º74.05%61.96%-
XYZ11.0910.9533.88-
YUV85.45168.9496.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 94 (37.11% from 255) = 32.08%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=13.99%
G=32.08%
B=53.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41941580.740.4100.38212.8258.7939.02
Hex295E9E4A29026d53b27
Octal51136236112510463257347
Binary1010011011110100111101001010101001010011011010101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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