#29487B

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

Shades of Fun Blue #29487B

Tints of Fun Blue #29487B

Color information

#29487B (or 0x29487B) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 7B. RGB value is (41,72,123). Sum of RGB (Red+Green+Blue) = 41+72+123=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #29487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29487B is #D6B784. Grayscale: #444444. Windows color (decimal): -14071685 or 8079401. OLE color: 8079401.

HSL color Cylindrical-coordinate representation of color #29487B: hue angle of 217.32º 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 #29487B is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4172123-
CMYK0.670.4100.52
HSL217.32º50%32.16%-
HSV(B)217.32º66.67%48.24%-
XYZ6.816.5419.64-
YUV68.54158.73108.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 123 (48.44% from 255) = 52.12%
R=17.37%
G=30.51%
B=52.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41721230.670.4100.52217.325032.16
Hex29487B4329034d93220
Octal51110173103510643316240
Binary101001100100011110111000011101001011010011011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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