Html Css Color HEX #29498C Fun Blue

📋 copy color: '#29498C'

red 41 ◦ green 73 ◦ blue 140

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

Shades of Fun Blue #29498C

Tints of Fun Blue #29498C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 16.14%
G = 28.74%
B = 55.12%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29498C (or 0x29498C) is known color: Fun Blue. HEX triplet: 29, 49 and 8C. RGB value is (41,73,140). Sum of RGB (Red+Green+Blue) = 41+73+140=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #29498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29498C is #D6B673. Grayscale: #464646. Windows color (decimal): -14071412 or 9193769. OLE color: 9193769.

HSL color Cylindrical-coordinate representation of color #29498C: hue angle of 220.61º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29498C is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 73 140 -
CMYK 0.71 0.48 0 0.45
HSL 220.61º 0.55% 0.35% -
HSV(B) 220.61º 0.71% 0.55% -
XYZ 8.03 7.13 25.76 -
YUV 71.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 41 73 140 0.71 0.48 0 0.45 220.61 0.55 0.35
Hex 29 49 8C 47 30 0 2D DD 37 23
Octal 51 111 214 107 60 0 55 335 67 43
Binary 101001 1001001 10001100 1000111 110000 0 101101 11011101 110111 100011

Color Harmonies of #29498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29498C

Black with #29498C

Text Example


Text Example

White with #29498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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