#29619C

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

Shades of Lochmara #29619C

Tints of Lochmara #29619C

Color information

#29619C (or 0x29619C) is unknown color: approx Lochmara. HEX triplet: 29, 61 and 9C. RGB value is (41,97,156). Sum of RGB (Red+Green+Blue) = 41+97+156=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #29619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29619C is #D69E63. Grayscale: #565656. Windows color (decimal): -14065252 or 10248489. OLE color: 10248489.

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

Color convert

RGB4197156-
CMYK0.740.3800.39
HSL210.78º58.38%38.63%-
HSV(B)210.78º73.72%61.18%-
XYZ11.1911.4233.07-
YUV86.98166.9595.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 156 (61.33% from 255) = 53.06%
R=13.95%
G=32.99%
B=53.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41971560.740.3800.39210.7858.3838.63
Hex29619C4A26027d33a27
Octal51141234112460473237247
Binary1010011100001100111001001010100110010011111010011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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