#304977

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

Shades of Fun Blue #304977

Tints of Fun Blue #304977

Color information

#304977 (or 0x304977) is unknown color: approx Fun Blue. HEX triplet: 30, 49 and 77. RGB value is (48,73,119). Sum of RGB (Red+Green+Blue) = 48+73+119=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #304977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304977 is #CFB688. Grayscale: #464646. Windows color (decimal): -13612681 or 7817520. OLE color: 7817520.

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

Color convert

RGB4873119-
CMYK0.600.3900.53
HSL218.87º42.51%32.75%-
HSV(B)218.87º59.66%46.67%-
XYZ6.936.7318.39-
YUV70.77155.22111.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=20%
G=30.42%
B=49.58%

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
Decimal48731190.600.3900.53218.8742.5132.75
Hex3049773C27035db2b21
Octal6011116774470653335341
Binary11000010010011110111111100100111011010111011011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304977; }

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

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

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

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

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

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

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

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