#304F84

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

Shades of Fun Blue #304F84

Tints of Fun Blue #304F84

Color information

#304F84 (or 0x304F84) is unknown color: approx Fun Blue. HEX triplet: 30, 4F and 84. RGB value is (48,79,132). Sum of RGB (Red+Green+Blue) = 48+79+132=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #304F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F84 is #CFB07B. Grayscale: #4B4B4B. Windows color (decimal): -13611132 or 8671024. OLE color: 8671024.

HSL color Cylindrical-coordinate representation of color #304F84: hue angle of 217.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304F84 is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4879132-
CMYK0.640.4000.48
HSL217.86º46.67%35.29%-
HSV(B)217.86º63.64%51.76%-
XYZ8.187.8922.92-
YUV75.77159.73108.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=18.53%
G=30.50%
B=50.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48791320.640.4000.48217.8646.6735.29
Hex304F844028030da2f23
Octal60117204100500603325743
Binary1100001001111100001001000000101000011000011011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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