#29497B

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

Shades of Fun Blue #29497B

Tints of Fun Blue #29497B

Color information

#29497B (or 0x29497B) is unknown color: approx Fun Blue. HEX triplet: 29, 49 and 7B. RGB value is (41,73,123). Sum of RGB (Red+Green+Blue) = 41+73+123=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #29497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29497B is #D6B684. Grayscale: #444444. Windows color (decimal): -14071429 or 8079657. OLE color: 8079657.

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

Color convert

RGB4173123-
CMYK0.670.4100.52
HSL216.59º50%32.16%-
HSV(B)216.59º66.67%48.24%-
XYZ6.876.6719.66-
YUV69.13158.4107.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=17.30%
G=30.80%
B=51.90%

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
Decimal41731230.670.4100.52216.595032.16
Hex29497B4329034d93220
Octal51111173103510643316240
Binary101001100100111110111000011101001011010011011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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