#304D78

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

Shades of Fun Blue #304D78

Tints of Fun Blue #304D78

Color information

#304D78 (or 0x304D78) is unknown color: approx Fun Blue. HEX triplet: 30, 4D and 78. RGB value is (48,77,120). Sum of RGB (Red+Green+Blue) = 48+77+120=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #304D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D78 is #CFB287. Grayscale: #494949. Windows color (decimal): -13611656 or 7884080. OLE color: 7884080.

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

Color convert

RGB4877120-
CMYK0.600.3600.53
HSL215.83º42.86%32.94%-
HSV(B)215.83º60%47.06%-
XYZ7.267.2918.79-
YUV73.23154.39110-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 120 (47.27% from 255) = 48.98%
R=19.59%
G=31.43%
B=48.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48771200.600.3600.53215.8342.8632.94
Hex304D783C24035d82b21
Octal6011517074440653305341
Binary11000010011011111000111100100100011010111011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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