#29729B

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

Shades of Lochmara #29729B

Tints of Lochmara #29729B

Color information

#29729B (or 0x29729B) is unknown color: approx Lochmara. HEX triplet: 29, 72 and 9B. RGB value is (41,114,155). Sum of RGB (Red+Green+Blue) = 41+114+155=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #29729B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29729B is #D68D64. Grayscale: #606060. Windows color (decimal): -14060901 or 10187305. OLE color: 10187305.

HSL color Cylindrical-coordinate representation of color #29729B: hue angle of 201.58º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29729B is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB41114155-
CMYK0.740.2600.39
HSL201.58º58.16%38.43%-
HSV(B)201.58º73.55%60.78%-
XYZ12.8514.8733.2-
YUV96.85160.8288.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 114 (44.92% from 255) = 36.77%
BLUE value IS 155 (60.94% from 255) = 50%
R=13.23%
G=36.77%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal411141550.740.2600.39201.5858.1638.43
Hex29729B4A1A027ca3a26
Octal51162233112320473127246
Binary101001111001010011011100101011010010011111001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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