#304F86

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

Shades of Fun Blue #304F86

Tints of Fun Blue #304F86

Color information

#304F86 (or 0x304F86) is unknown color: approx Fun Blue. HEX triplet: 30, 4F and 86. RGB value is (48,79,134). Sum of RGB (Red+Green+Blue) = 48+79+134=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #304F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F86 is #CFB079. Grayscale: #4B4B4B. Windows color (decimal): -13611130 or 8802096. OLE color: 8802096.

HSL color Cylindrical-coordinate representation of color #304F86: hue angle of 218.37º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304F86 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4879134-
CMYK0.640.4100.47
HSL218.37º47.25%35.69%-
HSV(B)218.37º64.18%52.55%-
XYZ8.327.9423.65-
YUV76160.73108.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=18.39%
G=30.27%
B=51.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48791340.640.4100.47218.3747.2535.69
Hex304F86402902Fda2f24
Octal60117206100510573325744
Binary1100001001111100001101000000101001010111111011010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,134); }

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

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

 a { background-color: rgb(48,79,134); }

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

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

 span { border-color: rgb(48,79,134); }

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