#304B76

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

Shades of Fun Blue #304B76

Tints of Fun Blue #304B76

Color information

#304B76 (or 0x304B76) is unknown color: approx Fun Blue. HEX triplet: 30, 4B and 76. RGB value is (48,75,118). Sum of RGB (Red+Green+Blue) = 48+75+118=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #304B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B76 is #CFB489. Grayscale: #474747. Windows color (decimal): -13612170 or 7752496. OLE color: 7752496.

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

Color convert

RGB4875118-
CMYK0.590.3600.54
HSL216.86º42.17%32.55%-
HSV(B)216.86º59.32%46.27%-
XYZ7.016.9718.12-
YUV71.83154.05111-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 118 (46.48% from 255) = 48.96%
R=19.92%
G=31.12%
B=48.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48751180.590.3600.54216.8642.1732.55
Hex304B763B24036d92a21
Octal6011316673440663315241
Binary11000010010111110110111011100100011011011011001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,75,118); }

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

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

 a { background-color: rgb(48,75,118); }

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

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

 span { border-color: rgb(48,75,118); }

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