#29467A

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

Shades of Fun Blue #29467A

Tints of Fun Blue #29467A

Color information

#29467A (or 0x29467A) is unknown color: approx Fun Blue. HEX triplet: 29, 46 and 7A. RGB value is (41,70,122). Sum of RGB (Red+Green+Blue) = 41+70+122=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #29467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29467A is #D6B985. Grayscale: #434343. Windows color (decimal): -14072198 or 8013353. OLE color: 8013353.

HSL color Cylindrical-coordinate representation of color #29467A: hue angle of 218.52º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29467A is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4170122-
CMYK0.660.4300.52
HSL218.52º49.69%31.96%-
HSV(B)218.52º66.39%47.84%-
XYZ6.626.2619.27-
YUV67.26158.89109.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 122 (48.05% from 255) = 52.36%
R=17.60%
G=30.04%
B=52.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41701220.660.4300.52218.5249.6931.96
Hex29467A422B034db3220
Octal51106172102530643336240
Binary101001100011011110101000010101011011010011011011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,70,122); }

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

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

 a { background-color: rgb(41,70,122); }

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

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

 span { border-color: rgb(41,70,122); }

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