Html Css Color HEX #29457F Fun Blue

📋 copy color: '#29457F'

red 41 ◦ green 69 ◦ blue 127

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

Shades of Fun Blue #29457F

Tints of Fun Blue #29457F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.11%

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

R = 17.3%
G = 29.11%
B = 53.59%

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

#29457F (or 0x29457F) is known color: Fun Blue. HEX triplet: 29, 45 and 7F. RGB value is (41,69,127). Sum of RGB (Red+Green+Blue) = 41+69+127=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #29457F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29457F is #D6BA80. Grayscale: #424242. Windows color (decimal): -14072449 or 8340777. OLE color: 8340777.

HSL color Cylindrical-coordinate representation of color #29457F: hue angle of 220.47º 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 #29457F is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 69 127 -
CMYK 0.68 0.46 0 0.50
HSL 220.47º 0.51% 0.33% -
HSV(B) 220.47º 0.68% 0.5% -
XYZ 6.87 6.26 20.92 -
YUV 67.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 41 69 127 0.68 0.46 0 0.50 220.47 0.51 0.33
Hex 29 45 7F 44 2E 0 32 DC 33 21
Octal 51 105 177 104 56 0 62 334 63 41
Binary 101001 1000101 1111111 1000100 101110 0 110010 11011100 110011 100001

Color Harmonies of #29457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29457F

Black with #29457F

Text Example


Text Example

White with #29457F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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