#3249D3

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

Shades of Free Speech Blue #3249D3

Tints of Free Speech Blue #3249D3

Color information

#3249D3 (or 0x3249D3) is unknown color: approx Free Speech Blue. HEX triplet: 32, 49 and D3. RGB value is (50,73,211). Sum of RGB (Red+Green+Blue) = 50+73+211=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 211 (82.81% from 255 or 63.17% from 334); Max value from RGB is 211 - color contains mainly: blue. Hex color #3249D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249D3 is #CDB62C. Grayscale: #515151. Windows color (decimal): -13481517 or 13846834. OLE color: 13846834.

HSL color Cylindrical-coordinate representation of color #3249D3: hue angle of 231.43º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3249D3 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5073211-
CMYK0.760.6500.17
HSL231.43º64.66%51.18%-
HSV(B)231.43º76.3%82.75%-
XYZ15.4610.1562.77-
YUV81.86200.88105.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 211 (82.81% from 255) = 63.17%
R=14.97%
G=21.86%
B=63.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50732110.760.6500.17231.4364.6651.18
Hex3249D34C41011e74133
Octal6211132311410102134710163
Binary11001010010011101001110011001000001010001111001111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3249D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3249D3; }

 p { color: rgb(50,73,211); }

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

<style>
 a { background-color: #3249D3; }

 a { background-color: rgb(50,73,211); }

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

<style>
 span { border-color: #3249D3; }

 span { border-color: rgb(50,73,211); }

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