Html Css Color HEX #29447E Fun Blue

📋 copy color: '#29447E'

red 41 ◦ green 68 ◦ blue 126

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

Shades of Fun Blue #29447E

Tints of Fun Blue #29447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 53.62%

R = 17.45%
G = 28.94%
B = 53.62%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29447E (or 0x29447E) is known color: Fun Blue. HEX triplet: 29, 44 and 7E. RGB value is (41,68,126). Sum of RGB (Red+Green+Blue) = 41+68+126=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #29447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29447E is #D6BB81. Grayscale: #424242. Windows color (decimal): -14072706 or 8274985. OLE color: 8274985.

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

Color convert

RGB 41 68 126 -
CMYK 0.67 0.46 0 0.51
HSL 220.94º 0.51% 0.33% -
HSV(B) 220.94º 0.67% 0.49% -
XYZ 6.75 6.11 20.56 -
YUV 66.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 41 68 126 0.67 0.46 0 0.51 220.94 0.51 0.33
Hex 29 44 7E 43 2E 0 33 DD 33 21
Octal 51 104 176 103 56 0 63 335 63 41
Binary 101001 1000100 1111110 1000011 101110 0 110011 11011101 110011 100001

Color Harmonies of #29447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29447E

Black with #29447E

Text Example


Text Example

White with #29447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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