#3047DF

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

Shades of Free Speech Blue #3047DF

Tints of Free Speech Blue #3047DF

Color information

#3047DF (or 0x3047DF) is unknown color: approx Free Speech Blue. HEX triplet: 30, 47 and DF. RGB value is (48,71,223). Sum of RGB (Red+Green+Blue) = 48+71+223=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #3047DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047DF is #CFB820. Grayscale: #505050. Windows color (decimal): -13613089 or 14632752. OLE color: 14632752.

HSL color Cylindrical-coordinate representation of color #3047DF: hue angle of 232.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3047DF is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4871223-
CMYK0.780.6800.13
HSL232.11º73.22%53.14%-
HSV(B)232.11º78.48%87.45%-
XYZ16.7910.4670.95-
YUV81.45207.88104.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 71 (28.12% from 255) = 20.76%
BLUE value IS 223 (87.5% from 255) = 65.20%
R=14.04%
G=20.76%
B=65.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal48712230.780.6800.13232.1173.2253.14
Hex3047DF4E440De84935
Octal6010733711610401535011165
Binary1100001000111110111111001110100010001101111010001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3047DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3047DF; }

 p { color: rgb(48,71,223); }

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

<style>
 a { background-color: #3047DF; }

 a { background-color: rgb(48,71,223); }

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

<style>
 span { border-color: #3047DF; }

 span { border-color: rgb(48,71,223); }

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