#29789D

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

Shades of Lochmara #29789D

Tints of Lochmara #29789D

Color information

#29789D (or 0x29789D) is unknown color: approx Lochmara. HEX triplet: 29, 78 and 9D. RGB value is (41,120,157). Sum of RGB (Red+Green+Blue) = 41+120+157=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #29789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29789D is #D68762. Grayscale: #646464. Windows color (decimal): -14059363 or 10319913. OLE color: 10319913.

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

Color convert

RGB41120157-
CMYK0.740.2400.38
HSL199.14º58.59%38.82%-
HSV(B)199.14º73.89%61.57%-
XYZ13.7216.3434.33-
YUV100.6159.8385.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 157 (61.72% from 255) = 49.37%
R=12.89%
G=37.74%
B=49.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal411201570.740.2400.38199.1458.5938.82
Hex29789D4A18026c73b27
Octal51170235112300463077347
Binary101001111100010011101100101011000010011011000111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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