Html Css Color HEX #29457E Fun Blue

📋 copy color: '#29457E'

red 41 ◦ green 69 ◦ blue 126

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

Shades of Fun Blue #29457E

Tints of Fun Blue #29457E

RGB

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

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

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

R = 17.37%
G = 29.24%
B = 53.39%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29457E (or 0x29457E) is known color: Fun Blue. HEX triplet: 29, 45 and 7E. RGB value is (41,69,126). Sum of RGB (Red+Green+Blue) = 41+69+126=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #29457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29457E is #D6BA81. Grayscale: #424242. Windows color (decimal): -14072450 or 8275241. OLE color: 8275241.

HSL color Cylindrical-coordinate representation of color #29457E: hue angle of 220.24º 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 #29457E is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 69 126 -
CMYK 0.67 0.45 0 0.51
HSL 220.24º 0.51% 0.33% -
HSV(B) 220.24º 0.67% 0.49% -
XYZ 6.81 6.23 20.58 -
YUV 67.13 161.22 109.37 -
System Red Green Blue C M Y K H S L
Decimal 41 69 126 0.67 0.45 0 0.51 220.24 0.51 0.33
Hex 29 45 7E 43 2D 0 33 DC 33 21
Octal 51 105 176 103 55 0 63 334 63 41
Binary 101001 1000101 1111110 1000011 101101 0 110011 11011100 110011 100001

Color Harmonies of #29457E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29457E

Black with #29457E

Text Example


Text Example

White with #29457E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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