#304F82

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

Shades of Fun Blue #304F82

Tints of Fun Blue #304F82

Color information

#304F82 (or 0x304F82) is unknown color: approx Fun Blue. HEX triplet: 30, 4F and 82. RGB value is (48,79,130). Sum of RGB (Red+Green+Blue) = 48+79+130=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #304F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F82 is #CFB07D. Grayscale: #4B4B4B. Windows color (decimal): -13611134 or 8539952. OLE color: 8539952.

HSL color Cylindrical-coordinate representation of color #304F82: hue angle of 217.32º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304F82 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4879130-
CMYK0.630.3900.49
HSL217.32º46.07%34.9%-
HSV(B)217.32º63.08%50.98%-
XYZ8.047.8322.21-
YUV75.54158.73108.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 79 (31.25% from 255) = 30.74%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=18.68%
G=30.74%
B=50.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48791300.630.3900.49217.3246.0734.9
Hex304F823F27031d92e23
Octal6011720277470613315643
Binary110000100111110000010111111100111011000111011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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