#3251D8

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

Shades of Free Speech Blue #3251D8

Tints of Free Speech Blue #3251D8

Color information

#3251D8 (or 0x3251D8) is unknown color: approx Free Speech Blue. HEX triplet: 32, 51 and D8. RGB value is (50,81,216). Sum of RGB (Red+Green+Blue) = 50+81+216=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #3251D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3251D8 is #CDAE27. Grayscale: #565656. Windows color (decimal): -13479464 or 14176562. OLE color: 14176562.

HSL color Cylindrical-coordinate representation of color #3251D8: hue angle of 228.8º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3251D8 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5081216-
CMYK0.770.6200.15
HSL228.8º68.03%52.16%-
HSV(B)228.8º76.85%84.71%-
XYZ16.6511.5266.31-
YUV87.12200.73101.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 216 (84.77% from 255) = 62.25%
R=14.41%
G=23.34%
B=62.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50812160.770.6200.15228.868.0352.16
Hex3251D84D3E0Fe54434
Octal621213301157601734510464
Binary110010101000111011000100110111111001111111001011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3251D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3251D8; }

 p { color: rgb(50,81,216); }

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

<style>
 a { background-color: #3251D8; }

 a { background-color: rgb(50,81,216); }

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

<style>
 span { border-color: #3251D8; }

 span { border-color: rgb(50,81,216); }

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