#304C82

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

Shades of Fun Blue #304C82

Tints of Fun Blue #304C82

Color information

#304C82 (or 0x304C82) is unknown color: approx Fun Blue. HEX triplet: 30, 4C and 82. RGB value is (48,76,130). Sum of RGB (Red+Green+Blue) = 48+76+130=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #304C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304C82 is #CFB37D. Grayscale: #494949. Windows color (decimal): -13611902 or 8539184. OLE color: 8539184.

HSL color Cylindrical-coordinate representation of color #304C82: hue angle of 219.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #304C82 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4876130-
CMYK0.630.4200.49
HSL219.51º46.07%34.9%-
HSV(B)219.51º63.08%50.98%-
XYZ7.837.4122.14-
YUV73.78159.72109.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.90%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=18.90%
G=29.92%
B=51.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48761300.630.4200.49219.5146.0734.9
Hex304C823F2A031dc2e23
Octal6011420277520613345643
Binary110000100110010000010111111101010011000111011100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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