#304A75

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

Shades of Fun Blue #304A75

Tints of Fun Blue #304A75

Color information

#304A75 (or 0x304A75) is unknown color: approx Fun Blue. HEX triplet: 30, 4A and 75. RGB value is (48,74,117). Sum of RGB (Red+Green+Blue) = 48+74+117=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #304A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A75 is #CFB58A. Grayscale: #464646. Windows color (decimal): -13612427 or 7686704. OLE color: 7686704.

HSL color Cylindrical-coordinate representation of color #304A75: hue angle of 217.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #304A75 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4874117-
CMYK0.590.3700.54
HSL217.39º41.82%32.35%-
HSV(B)217.39º58.97%45.88%-
XYZ6.886.8117.78-
YUV71.13153.89111.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 74 (29.30% from 255) = 30.96%
BLUE value IS 117 (46.09% from 255) = 48.95%
R=20.08%
G=30.96%
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.54
SystemRedGreenBlueCMYKHSL
Decimal48741170.590.3700.54217.3941.8232.35
Hex304A753B25036d92a20
Octal6011216573450663315240
Binary11000010010101110101111011100101011011011011001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304A75; }

 p { color: rgb(48,74,117); }

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

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

 a { background-color: rgb(48,74,117); }

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

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

 span { border-color: rgb(48,74,117); }

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