#304E87

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

Shades of Fun Blue #304E87

Tints of Fun Blue #304E87

Color information

#304E87 (or 0x304E87) is unknown color: approx Fun Blue. HEX triplet: 30, 4E and 87. RGB value is (48,78,135). Sum of RGB (Red+Green+Blue) = 48+78+135=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #304E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304E87 is #CFB178. Grayscale: #4B4B4B. Windows color (decimal): -13611385 or 8867376. OLE color: 8867376.

HSL color Cylindrical-coordinate representation of color #304E87: hue angle of 219.31º 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 #304E87 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4878135-
CMYK0.640.4200.47
HSL219.31º47.54%35.88%-
HSV(B)219.31º64.44%52.94%-
XYZ8.327.8323.99-
YUV75.53161.56108.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=18.39%
G=29.89%
B=51.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48781350.640.4200.47219.3147.5435.88
Hex304E87402A02Fdb3024
Octal60116207100520573336044
Binary1100001001110100001111000000101010010111111011011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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