#304E85

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

Shades of Fun Blue #304E85

Tints of Fun Blue #304E85

Color information

#304E85 (or 0x304E85) is unknown color: approx Fun Blue. HEX triplet: 30, 4E and 85. RGB value is (48,78,133). Sum of RGB (Red+Green+Blue) = 48+78+133=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #304E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304E85 is #CFB17A. Grayscale: #4B4B4B. Windows color (decimal): -13611387 or 8736304. OLE color: 8736304.

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

Color convert

RGB4878133-
CMYK0.640.4100.48
HSL218.82º46.96%35.49%-
HSV(B)218.82º63.91%52.16%-
XYZ8.187.7723.26-
YUV75.3160.56108.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.53%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 133 (52.34% from 255) = 51.35%
R=18.53%
G=30.12%
B=51.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48781330.640.4100.48218.8246.9635.49
Hex304E854029030db2f23
Octal60116205100510603335743
Binary1100001001110100001011000000101001011000011011011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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