#304A79

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

Shades of Fun Blue #304A79

Tints of Fun Blue #304A79

Color information

#304A79 (or 0x304A79) is unknown color: approx Fun Blue. HEX triplet: 30, 4A and 79. RGB value is (48,74,121). Sum of RGB (Red+Green+Blue) = 48+74+121=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #304A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A79 is #CFB586. Grayscale: #474747. Windows color (decimal): -13612423 or 7948848. OLE color: 7948848.

HSL color Cylindrical-coordinate representation of color #304A79: hue angle of 218.63º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304A79 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4874121-
CMYK0.600.3900.53
HSL218.63º43.2%33.14%-
HSV(B)218.63º60.33%47.45%-
XYZ7.126.9119.05-
YUV71.58155.89111.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 121 (47.66% from 255) = 49.79%
R=19.75%
G=30.45%
B=49.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48741210.600.3900.53218.6343.233.14
Hex304A793C27035db2b21
Octal6011217174470653335341
Binary11000010010101111001111100100111011010111011011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A79; }

 p { color: rgb(48,74,121); }

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

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

 a { background-color: rgb(48,74,121); }

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

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

 span { border-color: rgb(48,74,121); }

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