#304A71

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

Shades of Fun Blue #304A71

Tints of Fun Blue #304A71

Color information

#304A71 (or 0x304A71) is unknown color: approx Fun Blue. HEX triplet: 30, 4A and 71. RGB value is (48,74,113). Sum of RGB (Red+Green+Blue) = 48+74+113=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #304A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A71 is #CFB58E. Grayscale: #464646. Windows color (decimal): -13612431 or 7424560. OLE color: 7424560.

HSL color Cylindrical-coordinate representation of color #304A71: hue angle of 216º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304A71 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4874113-
CMYK0.580.3500.56
HSL216º40.37%31.57%-
HSV(B)216º57.52%44.31%-
XYZ6.656.7216.57-
YUV70.67151.89111.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.43%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 113 (44.53% from 255) = 48.09%
R=20.43%
G=31.49%
B=48.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48741130.580.3500.5621640.3731.57
Hex304A713A23038d82820
Octal6011216172430703305040
Binary11000010010101110001111010100011011100011011000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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