Html Css Color HEX #294682 Fun Blue

📋 copy color: '#294682'

red 41 ◦ green 70 ◦ blue 130

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

Shades of Fun Blue #294682

Tints of Fun Blue #294682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.94%

R = 17.01%
G = 29.05%
B = 53.94%

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

#294682 (or 0x294682) is known color: Fun Blue. HEX triplet: 29, 46 and 82. RGB value is (41,70,130). Sum of RGB (Red+Green+Blue) = 41+70+130=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #294682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294682 is #D6B97D. Grayscale: #434343. Windows color (decimal): -14072190 or 8537641. OLE color: 8537641.

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

Color convert

RGB 41 70 130 -
CMYK 0.68 0.46 0 0.49
HSL 220.45º 0.52% 0.34% -
HSV(B) 220.45º 0.68% 0.51% -
XYZ 7.13 6.46 21.99 -
YUV 68.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 41 70 130 0.68 0.46 0 0.49 220.45 0.52 0.34
Hex 29 46 82 44 2E 0 31 DC 34 22
Octal 51 106 202 104 56 0 61 334 64 42
Binary 101001 1000110 10000010 1000100 101110 0 110001 11011100 110100 100010

Color Harmonies of #294682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294682

Black with #294682

Text Example


Text Example

White with #294682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294682; }

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

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

background-color css

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

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

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

border-color css

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

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

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