Html Css Color HEX #294581 Fun Blue

📋 copy color: '#294581'

red 41 ◦ green 69 ◦ blue 129

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

Shades of Fun Blue #294581

Tints of Fun Blue #294581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 17.15%
G = 28.87%
B = 53.97%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#294581 (or 0x294581) is known color: Fun Blue. HEX triplet: 29, 45 and 81. RGB value is (41,69,129). Sum of RGB (Red+Green+Blue) = 41+69+129=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #294581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294581 is #D6BA7E. Grayscale: #434343. Windows color (decimal): -14072447 or 8471849. OLE color: 8471849.

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

Color convert

RGB 41 69 129 -
CMYK 0.68 0.47 0 0.49
HSL 220.91º 0.52% 0.33% -
HSV(B) 220.91º 0.68% 0.51% -
XYZ 7.01 6.31 21.62 -
YUV 67.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 41 69 129 0.68 0.47 0 0.49 220.91 0.52 0.33
Hex 29 45 81 44 2F 0 31 DD 34 21
Octal 51 105 201 104 57 0 61 335 64 41
Binary 101001 1000101 10000001 1000100 101111 0 110001 11011101 110100 100001

Color Harmonies of #294581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294581

Black with #294581

Text Example


Text Example

White with #294581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294581; }

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

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

background-color css

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

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

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

border-color css

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

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

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