#29467B

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

Shades of Fun Blue #29467B

Tints of Fun Blue #29467B

Color information

#29467B (or 0x29467B) is unknown color: approx Fun Blue. HEX triplet: 29, 46 and 7B. RGB value is (41,70,123). Sum of RGB (Red+Green+Blue) = 41+70+123=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #29467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29467B is #D6B984. Grayscale: #434343. Windows color (decimal): -14072197 or 8078889. OLE color: 8078889.

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

Color convert

RGB4170123-
CMYK0.670.4300.52
HSL218.78º50%32.16%-
HSV(B)218.78º66.67%48.24%-
XYZ6.686.2819.6-
YUV67.37159.39109.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 70 (27.73% from 255) = 29.91%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=17.52%
G=29.91%
B=52.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41701230.670.4300.52218.785032.16
Hex29467B432B034db3220
Octal51106173103530643336240
Binary101001100011011110111000011101011011010011011011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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