#304A76

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

Shades of Fun Blue #304A76

Tints of Fun Blue #304A76

Color information

#304A76 (or 0x304A76) is unknown color: approx Fun Blue. HEX triplet: 30, 4A and 76. RGB value is (48,74,118). Sum of RGB (Red+Green+Blue) = 48+74+118=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #304A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A76 is #CFB589. Grayscale: #474747. Windows color (decimal): -13612426 or 7752240. OLE color: 7752240.

HSL color Cylindrical-coordinate representation of color #304A76: hue angle of 217.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304A76 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4874118-
CMYK0.590.3700.54
HSL217.71º42.17%32.55%-
HSV(B)217.71º59.32%46.27%-
XYZ6.946.8318.09-
YUV71.24154.39111.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=20%
G=30.83%
B=49.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48741180.590.3700.54217.7142.1732.55
Hex304A763B25036da2a21
Octal6011216673450663325241
Binary11000010010101110110111011100101011011011011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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