#304879

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

Shades of Fun Blue #304879

Tints of Fun Blue #304879

Color information

#304879 (or 0x304879) is unknown color: approx Fun Blue. HEX triplet: 30, 48 and 79. RGB value is (48,72,121). Sum of RGB (Red+Green+Blue) = 48+72+121=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #304879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304879 is #CFB786. Grayscale: #464646. Windows color (decimal): -13612935 or 7948336. OLE color: 7948336.

HSL color Cylindrical-coordinate representation of color #304879: hue angle of 220.27º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304879 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4872121-
CMYK0.600.4000.53
HSL220.27º43.2%33.14%-
HSV(B)220.27º60.33%47.45%-
XYZ6.996.6419-
YUV70.41156.55112.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 121 (47.66% from 255) = 50.21%
R=19.92%
G=29.88%
B=50.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48721210.600.4000.53220.2743.233.14
Hex3048793C28035dc2b21
Octal6011017174500653345341
Binary11000010010001111001111100101000011010111011100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304879; }

 p { color: rgb(48,72,121); }

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

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

 a { background-color: rgb(48,72,121); }

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

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

 span { border-color: rgb(48,72,121); }

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