#304C7E

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

Shades of Fun Blue #304C7E

Tints of Fun Blue #304C7E

Color information

#304C7E (or 0x304C7E) is unknown color: approx Fun Blue. HEX triplet: 30, 4C and 7E. RGB value is (48,76,126). Sum of RGB (Red+Green+Blue) = 48+76+126=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #304C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C7E is #CFB381. Grayscale: #494949. Windows color (decimal): -13611906 or 8277040. OLE color: 8277040.

HSL color Cylindrical-coordinate representation of color #304C7E: hue angle of 218.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #304C7E is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4876126-
CMYK0.620.4000.51
HSL218.46º44.83%34.12%-
HSV(B)218.46º61.9%49.41%-
XYZ7.577.320.75-
YUV73.33157.72109.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 126 (49.61% from 255) = 50.4%
R=19.2%
G=30.4%
B=50.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48761260.620.4000.51218.4644.8334.12
Hex304C7E3E28033da2d22
Octal6011417676500633325542
Binary11000010011001111110111110101000011001111011010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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