#29729D

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

Shades of Lochmara #29729D

Tints of Lochmara #29729D

Color information

#29729D (or 0x29729D) is unknown color: approx Lochmara. HEX triplet: 29, 72 and 9D. RGB value is (41,114,157). Sum of RGB (Red+Green+Blue) = 41+114+157=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #29729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29729D is #D68D62. Grayscale: #606060. Windows color (decimal): -14060899 or 10318377. OLE color: 10318377.

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

Color convert

RGB41114157-
CMYK0.740.2700.38
HSL202.24º58.59%38.82%-
HSV(B)202.24º73.89%61.57%-
XYZ13.0214.9434.1-
YUV97.07161.8288-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.14%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=13.14%
G=36.54%
B=50.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411141570.740.2700.38202.2458.5938.82
Hex29729D4A1B026ca3b27
Octal51162235112330463127347
Binary101001111001010011101100101011011010011011001010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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