#29789A

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

Shades of Lochmara #29789A

Tints of Lochmara #29789A

Color information

#29789A (or 0x29789A) is unknown color: approx Lochmara. HEX triplet: 29, 78 and 9A. RGB value is (41,120,154). Sum of RGB (Red+Green+Blue) = 41+120+154=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #29789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29789A is #D68765. Grayscale: #646464. Windows color (decimal): -14059366 or 10123305. OLE color: 10123305.

HSL color Cylindrical-coordinate representation of color #29789A: hue angle of 198.05º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29789A is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB41120154-
CMYK0.730.2200.40
HSL198.05º57.95%38.24%-
HSV(B)198.05º73.38%60.39%-
XYZ13.4616.2433-
YUV100.26158.3385.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 120 (47.27% from 255) = 38.10%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=13.02%
G=38.10%
B=48.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal411201540.730.2200.40198.0557.9538.24
Hex29789A4916028c63a26
Octal51170232111260503067246
Binary101001111100010011010100100110110010100011000110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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