#3449E0

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

Shades of Free Speech Blue #3449E0

Tints of Free Speech Blue #3449E0

Color information

#3449E0 (or 0x3449E0) is unknown color: approx Free Speech Blue. HEX triplet: 34, 49 and E0. RGB value is (52,73,224). Sum of RGB (Red+Green+Blue) = 52+73+224=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #3449E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449E0 is #CBB61F. Grayscale: #535353. Windows color (decimal): -13350432 or 14698804. OLE color: 14698804.

HSL color Cylindrical-coordinate representation of color #3449E0: hue angle of 232.67º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3449E0 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5273224-
CMYK0.770.6700.12
HSL232.67º73.5%54.12%-
HSV(B)232.67º76.79%87.84%-
XYZ17.2510.8871.71-
YUV83.94207.04105.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.90%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 224 (87.89% from 255) = 64.18%
R=14.90%
G=20.92%
B=64.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal52732240.770.6700.12232.6773.554.12
Hex3449E04D430Ce94a36
Octal6411134011510301435111266
Binary1101001001001111000001001101100001101100111010011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3449E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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