#294F8A

Color #294F8A Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #294F8A

Tints of Fun Blue #294F8A

Color information

#294F8A (or 0x294F8A) is unknown color: approx Fun Blue. HEX triplet: 29, 4F and 8A. RGB value is (41,79,138). Sum of RGB (Red+Green+Blue) = 41+79+138=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #294F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F8A is #D6B075. Grayscale: #4A4A4A. Windows color (decimal): -14069878 or 9064233. OLE color: 9064233.

HSL color Cylindrical-coordinate representation of color #294F8A: hue angle of 216.49º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294F8A is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4179138-
CMYK0.700.4300.46
HSL216.49º54.19%35.1%-
HSV(B)216.49º70.29%54.12%-
XYZ8.37.925.13-
YUV74.36163.91104.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.89%
GREEN value IS 79 (31.25% from 255) = 30.62%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=15.89%
G=30.62%
B=53.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41791380.700.4300.46216.4954.1935.1
Hex294F8A462B02Ed83623
Octal51117212106530563306643
Binary1010011001111100010101000110101011010111011011000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294F8A; }

 p { color: rgb(41,79,138); }

 H1.HeaderClassName
 {
   color: #294F8A;
 }
 .AnyTagClassName
 {
   color: #294F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(41,79,138); }

 div.DivClassName
 {
   background-color: #294F8A;
 }
 .BgClassName
 {
   background-color: #294F8A;
 }
</style>
border-color css

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

 span { border-color: rgb(41,79,138); }

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