#304E7F

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

Shades of Fun Blue #304E7F

Tints of Fun Blue #304E7F

Color information

#304E7F (or 0x304E7F) is unknown color: approx Fun Blue. HEX triplet: 30, 4E and 7F. RGB value is (48,78,127). Sum of RGB (Red+Green+Blue) = 48+78+127=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #304E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E7F is #CFB180. Grayscale: #4A4A4A. Windows color (decimal): -13611393 or 8343088. OLE color: 8343088.

HSL color Cylindrical-coordinate representation of color #304E7F: hue angle of 217.22º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304E7F is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4878127-
CMYK0.620.3900.50
HSL217.22º45.14%34.31%-
HSV(B)217.22º62.2%49.8%-
XYZ7.777.6121.14-
YUV74.62157.56109.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.97%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 127 (50% from 255) = 50.20%
R=18.97%
G=30.83%
B=50.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal48781270.620.3900.50217.2245.1434.31
Hex304E7F3E27032d92d22
Octal6011617776470623315542
Binary11000010011101111111111110100111011001011011001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,78,127); }

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

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

 a { background-color: rgb(48,78,127); }

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

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

 span { border-color: rgb(48,78,127); }

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