#29619D

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

Shades of Lochmara #29619D

Tints of Lochmara #29619D

Color information

#29619D (or 0x29619D) is unknown color: approx Lochmara. HEX triplet: 29, 61 and 9D. RGB value is (41,97,157). Sum of RGB (Red+Green+Blue) = 41+97+157=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #29619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29619D is #D69E62. Grayscale: #565656. Windows color (decimal): -14065251 or 10314025. OLE color: 10314025.

HSL color Cylindrical-coordinate representation of color #29619D: hue angle of 211.03º 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 #29619D is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4197157-
CMYK0.740.3800.38
HSL211.03º58.59%38.82%-
HSV(B)211.03º73.89%61.57%-
XYZ11.2711.4633.52-
YUV87.1167.4595.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 97 (38.28% from 255) = 32.88%
BLUE value IS 157 (61.72% from 255) = 53.22%
R=13.90%
G=32.88%
B=53.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41971570.740.3800.38211.0358.5938.82
Hex29619D4A26026d33b27
Octal51141235112460463237347
Binary1010011100001100111011001010100110010011011010011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29619D; }

 p { color: rgb(41,97,157); }

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

<style>
 a { background-color: #29619D; }

 a { background-color: rgb(41,97,157); }

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

<style>
 span { border-color: #29619D; }

 span { border-color: rgb(41,97,157); }

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