#304C87

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

Shades of Fun Blue #304C87

Tints of Fun Blue #304C87

Color information

#304C87 (or 0x304C87) is unknown color: approx Fun Blue. HEX triplet: 30, 4C and 87. RGB value is (48,76,135). Sum of RGB (Red+Green+Blue) = 48+76+135=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #304C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C87 is #CFB378. Grayscale: #4A4A4A. Windows color (decimal): -13611897 or 8866864. OLE color: 8866864.

HSL color Cylindrical-coordinate representation of color #304C87: hue angle of 220.69º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304C87 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4876135-
CMYK0.640.4400.47
HSL220.69º47.54%35.88%-
HSV(B)220.69º64.44%52.94%-
XYZ8.187.5523.95-
YUV74.35162.22109.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=18.53%
G=29.34%
B=52.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48761350.640.4400.47220.6947.5435.88
Hex304C87402C02Fdd3024
Octal60114207100540573356044
Binary1100001001100100001111000000101100010111111011101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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