#304973

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

Shades of Fun Blue #304973

Tints of Fun Blue #304973

Color information

#304973 (or 0x304973) is unknown color: approx Fun Blue. HEX triplet: 30, 49 and 73. RGB value is (48,73,115). Sum of RGB (Red+Green+Blue) = 48+73+115=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #304973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304973 is #CFB68C. Grayscale: #464646. Windows color (decimal): -13612685 or 7555376. OLE color: 7555376.

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

Color convert

RGB4873115-
CMYK0.580.3700.55
HSL217.61º41.1%31.96%-
HSV(B)217.61º58.26%45.1%-
XYZ6.76.6317.15-
YUV70.31153.22112.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 115 (45.31% from 255) = 48.73%
R=20.34%
G=30.93%
B=48.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48731150.580.3700.55217.6141.131.96
Hex3049733A25037da2920
Octal6011116372450673325140
Binary11000010010011110011111010100101011011111011010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304973; }

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

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

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

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

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

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

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

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