Html Css Color HEX #294580 Fun Blue

📋 copy color: '#294580'

red 41 ◦ green 69 ◦ blue 128

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

Shades of Fun Blue #294580

Tints of Fun Blue #294580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.78%

R = 17.23%
G = 28.99%
B = 53.78%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#294580 (or 0x294580) is known color: Fun Blue. HEX triplet: 29, 45 and 80. RGB value is (41,69,128). Sum of RGB (Red+Green+Blue) = 41+69+128=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #294580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294580 is #D6BA7F. Grayscale: #434343. Windows color (decimal): -14072448 or 8406313. OLE color: 8406313.

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

Color convert

RGB 41 69 128 -
CMYK 0.68 0.46 0 0.50
HSL 220.69º 0.51% 0.33% -
HSV(B) 220.69º 0.68% 0.5% -
XYZ 6.94 6.29 21.27 -
YUV 67.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 41 69 128 0.68 0.46 0 0.50 220.69 0.51 0.33
Hex 29 45 80 44 2E 0 32 DD 33 21
Octal 51 105 200 104 56 0 62 335 63 41
Binary 101001 1000101 10000000 1000100 101110 0 110010 11011101 110011 100001

Color Harmonies of #294580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294580

Black with #294580

Text Example


Text Example

White with #294580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294580; }

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

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

background-color css

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

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

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

border-color css

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

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

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