#29488B

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

Shades of Fun Blue #29488B

Tints of Fun Blue #29488B

Color information

#29488B (or 0x29488B) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 8B. RGB value is (41,72,139). Sum of RGB (Red+Green+Blue) = 41+72+139=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #29488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29488B is #D6B774. Grayscale: #464646. Windows color (decimal): -14071669 or 9127977. OLE color: 9127977.

HSL color Cylindrical-coordinate representation of color #29488B: hue angle of 221.02º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29488B is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4172139-
CMYK0.710.4800.45
HSL221.02º54.44%35.29%-
HSV(B)221.02º70.5%54.51%-
XYZ7.896.9725.36-
YUV70.37166.73107.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=16.27%
G=28.57%
B=55.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41721390.710.4800.45221.0254.4435.29
Hex29488B473002Ddd3623
Octal51110213107600553356643
Binary1010011001000100010111000111110000010110111011101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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