#304F7D

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

Shades of Fun Blue #304F7D

Tints of Fun Blue #304F7D

Color information

#304F7D (or 0x304F7D) is unknown color: approx Fun Blue. HEX triplet: 30, 4F and 7D. RGB value is (48,79,125). Sum of RGB (Red+Green+Blue) = 48+79+125=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #304F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F7D is #CFB082. Grayscale: #4A4A4A. Windows color (decimal): -13611139 or 8212272. OLE color: 8212272.

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

Color convert

RGB4879125-
CMYK0.620.3700.51
HSL215.84º44.51%33.92%-
HSV(B)215.84º61.6%49.02%-
XYZ7.727.720.48-
YUV74.97156.23108.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 79 (31.25% from 255) = 31.35%
BLUE value IS 125 (49.22% from 255) = 49.60%
R=19.05%
G=31.35%
B=49.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48791250.620.3700.51215.8444.5133.92
Hex304F7D3E25033d82d22
Octal6011717576450633305542
Binary11000010011111111101111110100101011001111011000101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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