#3446D1

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

Shades of Free Speech Blue #3446D1

Tints of Free Speech Blue #3446D1

Color information

#3446D1 (or 0x3446D1) is unknown color: approx Free Speech Blue. HEX triplet: 34, 46 and D1. RGB value is (52,70,209). Sum of RGB (Red+Green+Blue) = 52+70+209=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 209 (82.03% from 255 or 63.14% from 331); Max value from RGB is 209 - color contains mainly: blue. Hex color #3446D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446D1 is #CBB92E. Grayscale: #4F4F4F. Windows color (decimal): -13351215 or 13714996. OLE color: 13714996.

HSL color Cylindrical-coordinate representation of color #3446D1: hue angle of 233.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3446D1 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5270209-
CMYK0.750.6700.18
HSL233.12º63.05%51.18%-
HSV(B)233.12º75.12%81.96%-
XYZ15.119.7161.4-
YUV80.46200.54107.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 209 (82.03% from 255) = 63.14%
R=15.71%
G=21.15%
B=63.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52702090.750.6700.18233.1263.0551.18
Hex3446D14B43012e93f33
Octal641063211131030223517763
Binary1101001000110110100011001011100001101001011101001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3446D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3446D1; }

 p { color: rgb(52,70,209); }

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

<style>
 a { background-color: #3446D1; }

 a { background-color: rgb(52,70,209); }

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

<style>
 span { border-color: #3446D1; }

 span { border-color: rgb(52,70,209); }

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