#29A4B1

Color #29A4B1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #29A4B1

Tints of Pelorous #29A4B1

Color information

#29A4B1 (or 0x29A4B1) is unknown color: approx Pelorous. HEX triplet: 29, A4 and B1. RGB value is (41,164,177). Sum of RGB (Red+Green+Blue) = 41+164+177=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #29A4B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A4B1 is #D65B4E. Grayscale: #808080. Windows color (decimal): -14048079 or 11641897. OLE color: 11641897.

HSL color Cylindrical-coordinate representation of color #29A4B1: hue angle of 185.74º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29A4B1 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41164177-
CMYK0.770.0700.31
HSL185.74º62.39%42.75%-
HSV(B)185.74º76.84%69.41%-
XYZ22.1330.246.26-
YUV128.71155.2565.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.73%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=10.73%
G=42.93%
B=46.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411641770.770.0700.31185.7462.3942.75
Hex29A4B14D701Fba3e2b
Octal5124426111570372727653
Binary1010011010010010110001100110111101111110111010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29A4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29A4B1; }

 p { color: rgb(41,164,177); }

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

<style>
 a { background-color: #29A4B1; }

 a { background-color: rgb(41,164,177); }

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

<style>
 span { border-color: #29A4B1; }

 span { border-color: rgb(41,164,177); }

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