#3054d8

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

Shades of Free Speech Blue #3054D8

Tints of Free Speech Blue #3054D8

Color information

#3054D8 (or 0x3054D8) is unknown color: approx Free Speech Blue. HEX triplet: 30, 54 and D8. RGB value is (48,84,216). Sum of RGB (Red+Green+Blue) = 48+84+216=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #3054D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054D8 is #CFAB27. Grayscale: #575757. Windows color (decimal): -13609768 or 14177328. OLE color: 14177328.

HSL color Cylindrical-coordinate representation of color #3054D8: hue angle of 227.14º degrees, saturation: 0.68, 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 #3054D8 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4884216-
CMYK0.780.6100.15
HSL227.14º68.29%51.76%-
HSV(B)227.14º77.78%84.71%-
XYZ16.7811.9366.38-
YUV88.28200.0799.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 216 (84.77% from 255) = 62.07%
R=13.79%
G=24.14%
B=62.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal48842160.780.6100.15227.1468.2951.76
Hex3054D84E3D0Fe34434
Octal601243301167501734310464
Binary110000101010011011000100111011110101111111000111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3054d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3054d8; }

 p { color: rgb(48,84,216); }

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

<style>
 a { background-color: #3054d8; }

 a { background-color: rgb(48,84,216); }

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

<style>
 span { border-color: #3054d8; }

 span { border-color: rgb(48,84,216); }

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