#304F8B

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

Shades of Fun Blue #304F8B

Tints of Fun Blue #304F8B

Color information

#304F8B (or 0x304F8B) is unknown color: approx Fun Blue. HEX triplet: 30, 4F and 8B. RGB value is (48,79,139). Sum of RGB (Red+Green+Blue) = 48+79+139=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #304F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304F8B is #CFB074. Grayscale: #4C4C4C. Windows color (decimal): -13611125 or 9129776. OLE color: 9129776.

HSL color Cylindrical-coordinate representation of color #304F8B: hue angle of 219.56º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #304F8B is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4879139-
CMYK0.650.4300.45
HSL219.56º48.66%36.67%-
HSV(B)219.56º65.47%54.51%-
XYZ8.688.0825.53-
YUV76.57163.23107.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.05%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=18.05%
G=29.70%
B=52.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48791390.650.4300.45219.5648.6636.67
Hex304F8B412B02Ddc3125
Octal60117213101530553346145
Binary1100001001111100010111000001101011010110111011100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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