#304C77

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

Shades of Fun Blue #304C77

Tints of Fun Blue #304C77

Color information

#304C77 (or 0x304C77) is unknown color: approx Fun Blue. HEX triplet: 30, 4C and 77. RGB value is (48,76,119). Sum of RGB (Red+Green+Blue) = 48+76+119=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #304C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C77 is #CFB388. Grayscale: #484848. Windows color (decimal): -13611913 or 7818288. OLE color: 7818288.

HSL color Cylindrical-coordinate representation of color #304C77: hue angle of 216.34º 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 #304C77 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4876119-
CMYK0.600.3600.53
HSL216.34º42.51%32.75%-
HSV(B)216.34º59.66%46.67%-
XYZ7.137.1318.45-
YUV72.53154.22110.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 76 (30.08% from 255) = 31.28%
BLUE value IS 119 (46.88% from 255) = 48.97%
R=19.75%
G=31.28%
B=48.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48761190.600.3600.53216.3442.5132.75
Hex304C773C24035d82b21
Octal6011416774440653305341
Binary11000010011001110111111100100100011010111011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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