Html Css Color HEX #29457D Fun Blue

📋 copy color: '#29457D'

red 41 ◦ green 69 ◦ blue 125

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

Shades of Fun Blue #29457D

Tints of Fun Blue #29457D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 17.45%
G = 29.36%
B = 53.19%

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

#29457D (or 0x29457D) is known color: Fun Blue. HEX triplet: 29, 45 and 7D. RGB value is (41,69,125). Sum of RGB (Red+Green+Blue) = 41+69+125=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #29457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29457D is #D6BA82. Grayscale: #424242. Windows color (decimal): -14072451 or 8209705. OLE color: 8209705.

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

Color convert

RGB 41 69 125 -
CMYK 0.67 0.45 0 0.51
HSL 220º 0.51% 0.33% -
HSV(B) 220º 0.67% 0.49% -
XYZ 6.74 6.21 20.24 -
YUV 67.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 41 69 125 0.67 0.45 0 0.51 220 0.51 0.33
Hex 29 45 7D 43 2D 0 33 DC 33 21
Octal 51 105 175 103 55 0 63 334 63 41
Binary 101001 1000101 1111101 1000011 101101 0 110011 11011100 110011 100001

Color Harmonies of #29457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29457D

Black with #29457D

Text Example


Text Example

White with #29457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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