#294875

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

Shades of Fun Blue #294875

Tints of Fun Blue #294875

Color information

#294875 (or 0x294875) is unknown color: approx Fun Blue. HEX triplet: 29, 48 and 75. RGB value is (41,72,117). Sum of RGB (Red+Green+Blue) = 41+72+117=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #294875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294875 is #D6B78A. Grayscale: #434343. Windows color (decimal): -14071691 or 7686185. OLE color: 7686185.

HSL color Cylindrical-coordinate representation of color #294875: hue angle of 215.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294875 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4172117-
CMYK0.650.3800.54
HSL215.53º48.1%30.98%-
HSV(B)215.53º64.96%45.88%-
XYZ6.446.3917.72-
YUV67.86155.73108.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.83%
GREEN value IS 72 (28.52% from 255) = 31.30%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=17.83%
G=31.30%
B=50.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41721170.650.3800.54215.5348.130.98
Hex2948754126036d8301f
Octal51110165101460663306037
Binary10100110010001110101100000110011001101101101100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294875; }

 p { color: rgb(41,72,117); }

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

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

 a { background-color: rgb(41,72,117); }

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

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

 span { border-color: rgb(41,72,117); }

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