#3449E2

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

Shades of Free Speech Blue #3449E2

Tints of Free Speech Blue #3449E2

Color information

#3449E2 (or 0x3449E2) is unknown color: approx Free Speech Blue. HEX triplet: 34, 49 and E2. RGB value is (52,73,226). Sum of RGB (Red+Green+Blue) = 52+73+226=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 226 (88.67% from 255 or 64.39% from 351); Max value from RGB is 226 - color contains mainly: blue. Hex color #3449E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449E2 is #CBB61D. Grayscale: #535353. Windows color (decimal): -13350430 or 14829876. OLE color: 14829876.

HSL color Cylindrical-coordinate representation of color #3449E2: hue angle of 232.76º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3449E2 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5273226-
CMYK0.770.6800.11
HSL232.76º75%54.51%-
HSV(B)232.76º76.99%88.63%-
XYZ17.5310.9973.15-
YUV84.16208.04105.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.81%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 226 (88.67% from 255) = 64.39%
R=14.81%
G=20.80%
B=64.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52732260.770.6800.11232.767554.51
Hex3449E24D440Be94b37
Octal6411134211510401335111367
Binary1101001001001111000101001101100010001011111010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3449E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3449E2; }

 p { color: rgb(52,73,226); }

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

<style>
 a { background-color: #3449E2; }

 a { background-color: rgb(52,73,226); }

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

<style>
 span { border-color: #3449E2; }

 span { border-color: rgb(52,73,226); }

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