#304972

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

Shades of Fun Blue #304972

Tints of Fun Blue #304972

Color information

#304972 (or 0x304972) is unknown color: approx Fun Blue. HEX triplet: 30, 49 and 72. RGB value is (48,73,114). Sum of RGB (Red+Green+Blue) = 48+73+114=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #304972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304972 is #CFB68D. Grayscale: #464646. Windows color (decimal): -13612686 or 7489840. OLE color: 7489840.

HSL color Cylindrical-coordinate representation of color #304972: hue angle of 217.27º 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 #304972 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4873114-
CMYK0.580.3600.55
HSL217.27º40.74%31.76%-
HSV(B)217.27º57.89%44.71%-
XYZ6.646.6116.85-
YUV70.2152.72112.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=20.43%
G=31.06%
B=48.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48731140.580.3600.55217.2740.7431.76
Hex3049723A24037d92920
Octal6011116272440673315140
Binary11000010010011110010111010100100011011111011001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304972; }

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

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

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

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

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

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

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

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