#304981

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

Shades of Fun Blue #304981

Tints of Fun Blue #304981

Color information

#304981 (or 0x304981) is unknown color: approx Fun Blue. HEX triplet: 30, 49 and 81. RGB value is (48,73,129). Sum of RGB (Red+Green+Blue) = 48+73+129=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #304981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304981 is #CFB67E. Grayscale: #474747. Windows color (decimal): -13612671 or 8472880. OLE color: 8472880.

HSL color Cylindrical-coordinate representation of color #304981: hue angle of 221.48º 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 #304981 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4873129-
CMYK0.630.4300.49
HSL221.48º45.76%34.71%-
HSV(B)221.48º62.79%50.59%-
XYZ7.566.9821.72-
YUV71.91160.22110.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=19.2%
G=29.2%
B=51.6%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48731290.630.4300.49221.4845.7634.71
Hex3049813F2B031dd2e23
Octal6011120177530613355643
Binary110000100100110000001111111101011011000111011101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304981; }

 p { color: rgb(48,73,129); }

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

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

 a { background-color: rgb(48,73,129); }

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

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

 span { border-color: rgb(48,73,129); }

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