#304B74

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

Shades of Fun Blue #304B74

Tints of Fun Blue #304B74

Color information

#304B74 (or 0x304B74) is unknown color: approx Fun Blue. HEX triplet: 30, 4B and 74. RGB value is (48,75,116). Sum of RGB (Red+Green+Blue) = 48+75+116=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 116 (45.70% from 255 or 48.54% from 239); Max value from RGB is 116 - color contains mainly: blue. Hex color #304B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B74 is #CFB48B. Grayscale: #474747. Windows color (decimal): -13612172 or 7621424. OLE color: 7621424.

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

Color convert

RGB4875116-
CMYK0.590.3500.55
HSL216.18º41.46%32.16%-
HSV(B)216.18º58.62%45.49%-
XYZ6.896.9217.5-
YUV71.6153.05111.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 116 (45.70% from 255) = 48.54%
R=20.08%
G=31.38%
B=48.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48751160.590.3500.55216.1841.4632.16
Hex304B743B23037d82920
Octal6011316473430673305140
Binary11000010010111110100111011100011011011111011000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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