#3446D6

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

Shades of Free Speech Blue #3446D6

Tints of Free Speech Blue #3446D6

Color information

#3446D6 (or 0x3446D6) is unknown color: approx Free Speech Blue. HEX triplet: 34, 46 and D6. RGB value is (52,70,214). Sum of RGB (Red+Green+Blue) = 52+70+214=336 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.48% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #3446D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446D6 is #CBB929. Grayscale: #505050. Windows color (decimal): -13351210 or 14042676. OLE color: 14042676.

HSL color Cylindrical-coordinate representation of color #3446D6: hue angle of 233.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3446D6 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5270214-
CMYK0.760.6700.16
HSL233.33º66.39%52.16%-
HSV(B)233.33º75.7%83.92%-
XYZ15.749.9764.71-
YUV81.03203.04107.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.48%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 214 (83.98% from 255) = 63.69%
R=15.48%
G=20.83%
B=63.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52702140.760.6700.16233.3366.3952.16
Hex3446D64C43010e94234
Octal6410632611410302035110264
Binary11010010001101101011010011001000011010000111010011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3446D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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