#304C78

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

Shades of Fun Blue #304C78

Tints of Fun Blue #304C78

Color information

#304C78 (or 0x304C78) is unknown color: approx Fun Blue. HEX triplet: 30, 4C and 78. RGB value is (48,76,120). Sum of RGB (Red+Green+Blue) = 48+76+120=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #304C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C78 is #CFB387. Grayscale: #484848. Windows color (decimal): -13611912 or 7883824. OLE color: 7883824.

HSL color Cylindrical-coordinate representation of color #304C78: hue angle of 216.67º 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 #304C78 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4876120-
CMYK0.600.3700.53
HSL216.67º42.86%32.94%-
HSV(B)216.67º60%47.06%-
XYZ7.197.1518.77-
YUV72.64154.72110.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=19.67%
G=31.15%
B=49.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48761200.600.3700.53216.6742.8632.94
Hex304C783C25035d92b21
Octal6011417074450653315341
Binary11000010011001111000111100100101011010111011001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,76,120); }

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

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

 a { background-color: rgb(48,76,120); }

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

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

 span { border-color: rgb(48,76,120); }

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