#304F87

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

Shades of Fun Blue #304F87

Tints of Fun Blue #304F87

Color information

#304F87 (or 0x304F87) is unknown color: approx Fun Blue. HEX triplet: 30, 4F and 87. RGB value is (48,79,135). Sum of RGB (Red+Green+Blue) = 48+79+135=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #304F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F87 is #CFB078. Grayscale: #4B4B4B. Windows color (decimal): -13611129 or 8867632. OLE color: 8867632.

HSL color Cylindrical-coordinate representation of color #304F87: hue angle of 218.62º degrees, saturation: 0.48, 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 #304F87 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4879135-
CMYK0.640.4100.47
HSL218.62º47.54%35.88%-
HSV(B)218.62º64.44%52.94%-
XYZ8.397.9724.02-
YUV76.11161.23107.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.32%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=18.32%
G=30.15%
B=51.53%

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
Decimal48791350.640.4100.47218.6247.5435.88
Hex304F87402902Fdb3024
Octal60117207100510573336044
Binary1100001001111100001111000000101001010111111011011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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