#3449CF

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

Shades of Free Speech Blue #3449CF

Tints of Free Speech Blue #3449CF

Color information

#3449CF (or 0x3449CF) is unknown color: approx Free Speech Blue. HEX triplet: 34, 49 and CF. RGB value is (52,73,207). Sum of RGB (Red+Green+Blue) = 52+73+207=332 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.66% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #3449CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3449CF is #CBB630. Grayscale: #515151. Windows color (decimal): -13350449 or 13584692. OLE color: 13584692.

HSL color Cylindrical-coordinate representation of color #3449CF: hue angle of 231.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3449CF is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5273207-
CMYK0.750.6500.19
HSL231.87º61.75%50.78%-
HSV(B)231.87º74.88%81.18%-
XYZ15.061060.17-
YUV82198.54106.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.66%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 207 (81.25% from 255) = 62.35%
R=15.66%
G=21.99%
B=62.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal52732070.750.6500.19231.8761.7550.78
Hex3449CF4B41013e83e33
Octal641113171131010233507663
Binary1101001001001110011111001011100000101001111101000111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3449CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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