#304B77

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

Shades of Fun Blue #304B77

Tints of Fun Blue #304B77

Color information

#304B77 (or 0x304B77) is unknown color: approx Fun Blue. HEX triplet: 30, 4B and 77. RGB value is (48,75,119). Sum of RGB (Red+Green+Blue) = 48+75+119=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #304B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B77 is #CFB488. Grayscale: #474747. Windows color (decimal): -13612169 or 7818032. OLE color: 7818032.

HSL color Cylindrical-coordinate representation of color #304B77: hue angle of 217.18º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #304B77 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4875119-
CMYK0.600.3700.53
HSL217.18º42.51%32.75%-
HSV(B)217.18º59.66%46.67%-
XYZ7.066.9918.43-
YUV71.94154.55110.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 75 (29.69% from 255) = 30.99%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=19.83%
G=30.99%
B=49.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48751190.600.3700.53217.1842.5132.75
Hex304B773C25035d92b21
Octal6011316774450653315341
Binary11000010010111110111111100100101011010111011001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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