Html Css Color HEX #29447F Fun Blue

📋 copy color: '#29447F'

red 41 ◦ green 68 ◦ blue 127

#29447F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #29447F

Tints of Fun Blue #29447F

RGB

 RED value IS 41 (16.41% from 255) = 17.37%

 GREEN value IS 68 (26.95% from 255) = 28.81%

 BLUE value IS 127 (50% from 255) = 53.81%

R = 17.37%
G = 28.81%
B = 53.81%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29447F (or 0x29447F) is known color: Fun Blue. HEX triplet: 29, 44 and 7F. RGB value is (41,68,127). Sum of RGB (Red+Green+Blue) = 41+68+127=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #29447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447F is #D6BB80. Grayscale: #424242. Windows color (decimal): -14072705 or 8340521. OLE color: 8340521.

HSL color Cylindrical-coordinate representation of color #29447F: hue angle of 221.16º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29447F is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 68 127 -
CMYK 0.68 0.46 0 0.50
HSL 221.16º 0.51% 0.33% -
HSV(B) 221.16º 0.68% 0.5% -
XYZ 6.81 6.14 20.9 -
YUV 66.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 41 68 127 0.68 0.46 0 0.50 221.16 0.51 0.33
Hex 29 44 7F 44 2E 0 32 DD 33 21
Octal 51 104 177 104 56 0 62 335 63 41
Binary 101001 1000100 1111111 1000100 101110 0 110010 11011101 110011 100001

Color Harmonies of #29447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29447F

Black with #29447F

Text Example


Text Example

White with #29447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29447F; }

 p { color: rgb(41,68,127); }

 H1.HeaderClassName
 {
   color: #29447F;
 }
 .AnyTagClassName
 {
   color: #29447F;
 }
</style>

background-color css

<style>
 a { background-color: #29447F; }

 a { background-color: rgb(41,68,127); }

 div.DivClassName
 {
   background-color: #29447F;
 }
 .BgClassName
 {
   background-color: #29447F;
 }
</style>

border-color css

<style>
 span { border-color: #29447F; }

 span { border-color: rgb(41,68,127); }

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