#304877

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

Shades of Fun Blue #304877

Tints of Fun Blue #304877

Color information

#304877 (or 0x304877) is unknown color: approx Fun Blue. HEX triplet: 30, 48 and 77. RGB value is (48,72,119). Sum of RGB (Red+Green+Blue) = 48+72+119=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #304877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304877 is #CFB788. Grayscale: #454545. Windows color (decimal): -13612937 or 7817264. OLE color: 7817264.

HSL color Cylindrical-coordinate representation of color #304877: hue angle of 219.72º 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 #304877 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4872119-
CMYK0.600.3900.53
HSL219.72º42.51%32.75%-
HSV(B)219.72º59.66%46.67%-
XYZ6.876.618.36-
YUV70.18155.55112.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 72 (28.52% from 255) = 30.13%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=20.08%
G=30.13%
B=49.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48721190.600.3900.53219.7242.5132.75
Hex3048773C27035dc2b21
Octal6011016774470653345341
Binary11000010010001110111111100100111011010111011100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304877; }

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

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

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

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

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

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

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

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