#304974

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

Shades of Fun Blue #304974

Tints of Fun Blue #304974

Color information

#304974 (or 0x304974) is unknown color: approx Fun Blue. HEX triplet: 30, 49 and 74. RGB value is (48,73,116). Sum of RGB (Red+Green+Blue) = 48+73+116=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 116 (45.70% from 255 or 48.95% from 237); Max value from RGB is 116 - color contains mainly: blue. Hex color #304974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304974 is #CFB68B. Grayscale: #464646. Windows color (decimal): -13612684 or 7620912. OLE color: 7620912.

HSL color Cylindrical-coordinate representation of color #304974: hue angle of 217.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304974 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4873116-
CMYK0.590.3700.55
HSL217.94º41.46%32.16%-
HSV(B)217.94º58.62%45.49%-
XYZ6.756.6517.45-
YUV70.43153.72112-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 116 (45.70% from 255) = 48.95%
R=20.25%
G=30.80%
B=48.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48731160.590.3700.55217.9441.4632.16
Hex3049743B25037da2920
Octal6011116473450673325140
Binary11000010010011110100111011100101011011111011010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304974; }

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

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

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

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

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

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

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

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