Html Css Color HEX #294681 Fun Blue

📋 copy color: '#294681'

red 41 ◦ green 70 ◦ blue 129

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

Shades of Fun Blue #294681

Tints of Fun Blue #294681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.17%

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

R = 17.08%
G = 29.17%
B = 53.75%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#294681 (or 0x294681) is known color: Fun Blue. HEX triplet: 29, 46 and 81. RGB value is (41,70,129). Sum of RGB (Red+Green+Blue) = 41+70+129=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #294681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294681 is #D6B97E. Grayscale: #434343. Windows color (decimal): -14072191 or 8472105. OLE color: 8472105.

HSL color Cylindrical-coordinate representation of color #294681: hue angle of 220.23º 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 #294681 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 70 129 -
CMYK 0.68 0.46 0 0.49
HSL 220.23º 0.52% 0.33% -
HSV(B) 220.23º 0.68% 0.51% -
XYZ 7.07 6.44 21.64 -
YUV 68.06 162.39 108.7 -
System Red Green Blue C M Y K H S L
Decimal 41 70 129 0.68 0.46 0 0.49 220.23 0.52 0.33
Hex 29 46 81 44 2E 0 31 DC 34 21
Octal 51 106 201 104 56 0 61 334 64 41
Binary 101001 1000110 10000001 1000100 101110 0 110001 11011100 110100 100001

Color Harmonies of #294681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294681

Black with #294681

Text Example


Text Example

White with #294681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294681; }

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

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

background-color css

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

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

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

border-color css

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

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

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