#304FD9

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

Shades of Free Speech Blue #304FD9

Tints of Free Speech Blue #304FD9

Color information

#304FD9 (or 0x304FD9) is unknown color: approx Free Speech Blue. HEX triplet: 30, 4F and D9. RGB value is (48,79,217). Sum of RGB (Red+Green+Blue) = 48+79+217=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 217 (85.16% from 255 or 63.08% from 344); Max value from RGB is 217 - color contains mainly: blue. Hex color #304FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FD9 is #CFB026. Grayscale: #545454. Windows color (decimal): -13611047 or 14241584. OLE color: 14241584.

HSL color Cylindrical-coordinate representation of color #304FD9: hue angle of 228.99º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304FD9 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4879217-
CMYK0.780.6400.15
HSL228.99º68.98%51.96%-
HSV(B)228.99º77.88%85.1%-
XYZ16.5411.2366.94-
YUV85.46202.23101.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.95%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 217 (85.16% from 255) = 63.08%
R=13.95%
G=22.97%
B=63.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48792170.780.6400.15228.9968.9851.96
Hex304FD94E400Fe54534
Octal6011733111610001734510564
Binary1100001001111110110011001110100000001111111001011000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,79,217); }

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

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

 a { background-color: rgb(48,79,217); }

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

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

 span { border-color: rgb(48,79,217); }

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