Html Css Color HEX #29498A Fun Blue

📋 copy color: '#29498A'

red 41 ◦ green 73 ◦ blue 138

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

Shades of Fun Blue #29498A

Tints of Fun Blue #29498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 138 (54.3% from 255) = 54.76%

R = 16.27%
G = 28.97%
B = 54.76%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29498A (or 0x29498A) is known color: Fun Blue. HEX triplet: 29, 49 and 8A. RGB value is (41,73,138). Sum of RGB (Red+Green+Blue) = 41+73+138=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #29498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29498A is #D6B675. Grayscale: #464646. Windows color (decimal): -14071414 or 9062697. OLE color: 9062697.

HSL color Cylindrical-coordinate representation of color #29498A: hue angle of 220.21º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29498A is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 73 138 -
CMYK 0.70 0.47 0 0.46
HSL 220.21º 0.54% 0.35% -
HSV(B) 220.21º 0.7% 0.54% -
XYZ 7.88 7.07 24.99 -
YUV 70.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 41 73 138 0.70 0.47 0 0.46 220.21 0.54 0.35
Hex 29 49 8A 46 2F 0 2E DC 36 23
Octal 51 111 212 106 57 0 56 334 66 43
Binary 101001 1001001 10001010 1000110 101111 0 101110 11011100 110110 100011

Color Harmonies of #29498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29498A

Black with #29498A

Text Example


Text Example

White with #29498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29498A; }

 p { color: rgb(41,73,138); }

 H1.HeaderClassName
 {
   color: #29498A;
 }
 .AnyTagClassName
 {
   color: #29498A;
 }
</style>

background-color css

<style>
 a { background-color: #29498A; }

 a { background-color: rgb(41,73,138); }

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

border-color css

<style>
 span { border-color: #29498A; }

 span { border-color: rgb(41,73,138); }

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